COLOR #C9BD4D

HEX: #C9BD4D RGB: (201,189,77)

Color info

#C9BD4D contains mainly red and green colors. Web safe color of #C9BD4D is #CCCC33 (or #CC3).

RGB color model

#C9BD4D color RGB value is (201,189,77).

RGB: (201,189,77) (79%, 74%, 30%)

RGB channels and saturation

R 201 of 255 = 79%
G 189 of 255 = 74%
B 77 of 255 = 30%

201
189
77

R + G + B ~ 61%. #C9BD4D is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 189 + 77 = 467 (100%)
R 201 of 467 ~ 43.04%
G 189 of 467 ~ 40.47%
B 77 of 467 ~ 16.49'%

%43.04
%40.47
%16.49

CMYK color model

#C9BD4D color CMYK value is (0,6,62,21).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 61.69%
  • key color value is 21.18%

CMYK: (0,6,62,21)
C0M6Y62K21 (0%, 6%, 62%, 21%)
(0.00 / 0.06 / 0.62 / 0.21)

CMYK percentages

%0
%5.97
%61.69
%21.18

Codes

Color #C9BD4D in popluar color models

C9 BD 4D
RGB 201 189 77
HSL 54° 53.45% 54.51%
HSB/HSV 54° 61.69% 78.82%
CMYK 0.00% 5.97% 61.69%
21.18%

Color #C9BD4D in popluar number systems.

HEX C9 BD 4D
Decimal 201 189 77
Binary 11001001 10111101 1001101
Octal 311 275 115

Shades and tints

Shades of #C9BD4D

#C9BD4D
(201,189,77)
#B7AC46
(183,172,70)
#A59B3F
(165,155,63)
#938A38
(147,138,56)
#817931
(129,121,49)
#6F682A
(111,104,42)
#5D5723
(93,87,35)
#4B461C
(75,70,28)
#393515
(57,53,21)
#27240E
(39,36,14)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #C9BD4D

#C9BD4D
(201,189,77)
#CDC35D
(205,195,93)
#D1C96D
(209,201,109)
#D5CF7D
(213,207,125)
#D9D58D
(217,213,141)
#DDDB9D
(221,219,157)
#E1E1AD
(225,225,173)
#E5E7BD
(229,231,189)
#E9EDCD
(233,237,205)
#EDF3DD
(237,243,221)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BD4D color. Also use rgb(201,189,77) instead hex code.

Text Font Color

.myTextColor { color: #C9BD4D; }

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

This text font color is #C9BD4D.

Background Color

.myBgColor { background-color: #C9BD4D; }

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

This div background color is #C9BD4D.

Border color

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

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

This div border color is #C9BD4D.

Opacity

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

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

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

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

This text has shadow with #C9BD4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BD4D.

Preview

Color preview on black background

This text has color #C9BD4D on black background.


Color preview on white background

This text has color #C9BD4D on white background.


Black color preview on #C9BD4D background

This text has black color on #C9BD4D background.


White color preview on #C9BD4D background

This text has white color on #C9BD4D background.


Related colors

Complementary color

Complementary color for #hex is #3642B2.


I love getcolorcode.com

Triadic colors

1 #4DC9BD and #BD4DC9 with #C9BD4D are triadic colors.

2 #4DBDC9 and #BDC94D with #C9BD4D are triadic colors.