COLOR #C9CD13

HEX: #C9CD13
RGB: (201,205,19)

Color info

#C9CD13 contains mainly red and green colors. Web safe color of #C9CD13 is #CCCC00 (or #CC0).

RGB color model

#C9CD13 color RGB value is (201,205,19).

  • red value is 201;
  • green value is 205;
  • blue value is 19.
RGB:
(201,205,19)
(79%,80%,7%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 19 of 255 = 7%

201
205
19

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

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 19 = 425 (100%)
R 201 of 425 ~ 47.29%
G 205 of 425 ~ 48.24%
B 19 of 425 ~ 4.47%

%47.29
%48.24

CMYK color model

#C9CD13 color CMYK value is (2,0,91,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 90.73%
  • key color value is 19.61%
CMYK:
(2,0,91,20)
C2M0Y91K20 
(2%,0%,91%,20%)
(0.02/0.00/0.91/0.20)	

CMYK percentages

%1.95
%0
%90.73
%19.61

Codes

Color #C9CD13 in popluar color models

C9CD13
RGB20120519
HSL61°83.04%43.92%
HSB/HSV61°90.73%80.39%
CMYK1.95%0.00%90.73%
19.61%

Color #C9CD13 in popluar number systems.

HEXC9CD13
Decimal20120519
Binary110010011100110110011
Octal31131523

Shades and tints

Shades of #C9CD13

#C9CD13
(201,205,19)
#B7BB12
(183,187,18)
#A5A911
(165,169,17)
#939710
(147,151,16)
#81850F
(129,133,15)
#6F730E
(111,115,14)
#5D610D
(93,97,13)
#4B4F0C
(75,79,12)
#393D0B
(57,61,11)
#272B0A
(39,43,10)
#151909
(21,25,9)
#000000
(0,0,0)

Tints of #C9CD13

#C9CD13
(201,205,19)
#CDD128
(205,209,40)
#D1D53D
(209,213,61)
#D5D952
(213,217,82)
#D9DD67
(217,221,103)
#DDE17C
(221,225,124)
#E1E591
(225,229,145)
#E5E9A6
(229,233,166)
#E9EDBB
(233,237,187)
#EDF1D0
(237,241,208)
#F1F5E5
(241,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CD13 color. Also use rgb(201,205,19) instead hex code.

Text Font Color

.myTextColor { color: #C9CD13; }

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

This text font color is #C9CD13.


Background Color

.myBgColor { background-color: #C9CD13; }

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

This div background color is #C9CD13.


Border color

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

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

This div border color is #C9CD13.


Opacity

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

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

Text with #C9CD13 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 #C9CD13;}

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

This text has shadow with #C9CD13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CD13 on black background.


Color preview on white background

This text has color #C9CD13 on white background.



Black color preview on #C9CD13 background

This text has black color on #C9CD13 background.


White color preview on #C9CD13 background

This text has white color on #C9CD13 background.