COLOR #C9CD59

HEX: #C9CD59
RGB: (201,205,89)

Color info

#C9CD59 contains mainly red and green colors. Web safe color of #C9CD59 is #CCCC66 (or #CC6).

RGB color model

#C9CD59 color RGB value is (201,205,89).

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

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 89 of 255 = 35%

201
205
89

R + G + B ~ 65%. #C9CD59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 89 = 495 (100%)
R 201 of 495 ~ 40.61%
G 205 of 495 ~ 41.41%
B 89 of 495 ~ 17.98%

%40.61
%41.41
%17.98

CMYK color model

#C9CD59 color CMYK value is (2,0,57,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 56.59%
  • key color value is 19.61%
CMYK:
(2,0,57,20)
C2M0Y57K20 
(2%,0%,57%,20%)
(0.02/0.00/0.57/0.20)	

CMYK percentages

%1.95
%0
%56.59
%19.61

Codes

Color #C9CD59 in popluar color models

C9CD59
RGB20120589
HSL62°53.70%57.65%
HSB/HSV62°56.59%80.39%
CMYK1.95%0.00%56.59%
19.61%

Color #C9CD59 in popluar number systems.

HEXC9CD59
Decimal20120589
Binary11001001110011011011001
Octal311315131

Shades and tints

Shades of #C9CD59

#C9CD59
(201,205,89)
#B7BB51
(183,187,81)
#A5A949
(165,169,73)
#939741
(147,151,65)
#818539
(129,133,57)
#6F7331
(111,115,49)
#5D6129
(93,97,41)
#4B4F21
(75,79,33)
#393D19
(57,61,25)
#272B11
(39,43,17)
#151909
(21,25,9)
#000000
(0,0,0)

Tints of #C9CD59

#C9CD59
(201,205,89)
#CDD168
(205,209,104)
#D1D577
(209,213,119)
#D5D986
(213,217,134)
#D9DD95
(217,221,149)
#DDE1A4
(221,225,164)
#E1E5B3
(225,229,179)
#E5E9C2
(229,233,194)
#E9EDD1
(233,237,209)
#EDF1E0
(237,241,224)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CD59; }

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

This text font color is #C9CD59.


Background Color

.myBgColor { background-color: #C9CD59; }

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

This div background color is #C9CD59.


Border color

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

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

This div border color is #C9CD59.


Opacity

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

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

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

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

This text has shadow with #C9CD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CD59 on black background.


Color preview on white background

This text has color #C9CD59 on white background.



Black color preview on #C9CD59 background

This text has black color on #C9CD59 background.


White color preview on #C9CD59 background

This text has white color on #C9CD59 background.