COLOR #C5C714

HEX: #C5C714
RGB: (197,199,20)

Renk bilgisi

#C5C714 contains mainly red and green colors. #C5C714 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#C5C714 color RGB value is (197,199,20).

  • kırmız ton 197;
  • yeşil ton 199;
  • mavi ton 20.
RGB:
(197,199,20)
(77%,78%,8%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 199 of 255 = 78%
B 20 of 255 = 8%

197
199
20

R + G + B ~ 54%. #C5C714 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 199 + 20 = 416 (100%)
R 197 of 416 ~ 47.36%
G 199 of 416 ~ 47.84%
B 20 of 416 ~ 4.81%

%47.36
%47.84

CMYK RENK MODELİ

#C5C714 rengi CMYK tonu (1,0,90,22).

  • camgöbeği tonu 1.01%
  • eflatun tonu 0.00%
  • sarı tonu 89.95%
  • ana renk tonu 21.96%
CMYK:
(1,0,90,22)
C1M0Y90K22 
(1%,0%,90%,22%)
(0.01/0.00/0.90/0.22)	

CMYK yüzdeleri

%1.01
%0
%89.95
%21.96

Codes

Color #C5C714 in popluar color models

C5C714
RGB19719920
HSL61°81.74%42.94%
HSB/HSV61°89.95%78.04%
CMYK1.01%0.00%89.95%
21.96%

Color #C5C714 in popluar number systems.

HEXC5C714
Decimal19719920
Binary110001011100011110100
Octal30530724

Shades and tints

Shades of #C5C714

#C5C714
(197,199,20)
#B4B513
(180,181,19)
#A3A312
(163,163,18)
#929111
(146,145,17)
#817F10
(129,127,16)
#706D0F
(112,109,15)
#5F5B0E
(95,91,14)
#4E490D
(78,73,13)
#3D370C
(61,55,12)
#2C250B
(44,37,11)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #C5C714

#C5C714
(197,199,20)
#CACC29
(202,204,41)
#CFD13E
(207,209,62)
#D4D653
(212,214,83)
#D9DB68
(217,219,104)
#DEE07D
(222,224,125)
#E3E592
(227,229,146)
#E8EAA7
(232,234,167)
#EDEFBC
(237,239,188)
#F2F4D1
(242,244,209)
#F7F9E6
(247,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C714 color. Also use rgb(197,199,20) instead hex code.

Text Font Color

.myTextColor { color: #C5C714; }

<p style="color:#C5C714">This sample text font color is #C5C714.</p>

This text font color is #C5C714.


Background Color

.myBgColor { background-color: #C5C714; }

<div style="background-color:#C5C714">Inner text</div>

This div background color is #C5C714.


Border color

.myBorderColor { border: 1px solid #C5C714; }

<div style="border:3px solid #C5C714">Div</div>

This div border color is #C5C714.


Opacity

.myOpacity80 { color: #C5C714; opacity: 0.8; }

<p style="color:#C5C714;opacity:0.8;">80%</p>

Text with #C5C714 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5C714;}

<p style="text-shadow: 3px 3px 1px #C5C714">Text here.</p>

This text has shadow with #C5C714 color.

.textShadow {text-shadow: 3px 3px 1px #C5C714, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5C714, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5C714 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5C714, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5C714, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5C714 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5C714;
  -webkit-box-shadow:	1px 1px 3px 2px #C5C714;
  box-shadow:		1px 1px 3px 2px #C5C714;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5C714;
-webkit-box-shadow: 1px 1px 3px 2px #C5C714;
box-shadow:1px 1px 3px 2px #C5C714;">
Div content here</div>
This div box has shadow with color #C5C714.

Preview

Color preview on black background

This text has color #C5C714 on black background.


Color preview on white background

This text has color #C5C714 on white background.



Black color preview on #C5C714 background

This text has black color on #C5C714 background.


White color preview on #C5C714 background

This text has white color on #C5C714 background.