COLOR #D9CB4B

HEX: #D9CB4B
RGB: (217,203,75)

Color info

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

RGB color model

#D9CB4B color RGB value is (217,203,75).

  • red value is 217;
  • green value is 203;
  • blue value is 75.
RGB:
(217,203,75)
(85%,80%,29%)

RGB channels and saturation

R 217 of 255 = 85%
G 203 of 255 = 80%
B 75 of 255 = 29%

217
203
75

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

Portions of RGB colors in percentages

R + G + B =
217 + 203 + 75 = 495 (100%)
R 217 of 495 ~ 43.84%
G 203 of 495 ~ 41.01%
B 75 of 495 ~ 15.15%

%43.84
%41.01
%15.15

CMYK color model

#D9CB4B color CMYK value is (0,6,65,15).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 65.44%
  • key color value is 14.90%
CMYK:
(0,6,65,15)
C0M6Y65K15 
(0%,6%,65%,15%)
(0.00/0.06/0.65/0.15)	

CMYK percentages

%0
%6.45
%65.44
%14.9

Codes

Color #D9CB4B in popluar color models

D9CB4B
RGB21720375
HSL54°65.14%57.25%
HSB/HSV54°65.44%85.10%
CMYK0.00%6.45%65.44%
14.90%

Color #D9CB4B in popluar number systems.

HEXD9CB4B
Decimal21720375
Binary11011001110010111001011
Octal331313113

Shades and tints

Shades of #D9CB4B

#D9CB4B
(217,203,75)
#C6B945
(198,185,69)
#B3A73F
(179,167,63)
#A09539
(160,149,57)
#8D8333
(141,131,51)
#7A712D
(122,113,45)
#675F27
(103,95,39)
#544D21
(84,77,33)
#413B1B
(65,59,27)
#2E2915
(46,41,21)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #D9CB4B

#D9CB4B
(217,203,75)
#DCCF5B
(220,207,91)
#DFD36B
(223,211,107)
#E2D77B
(226,215,123)
#E5DB8B
(229,219,139)
#E8DF9B
(232,223,155)
#EBE3AB
(235,227,171)
#EEE7BB
(238,231,187)
#F1EBCB
(241,235,203)
#F4EFDB
(244,239,219)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CB4B color. Also use rgb(217,203,75) instead hex code.

Text Font Color

.myTextColor { color: #D9CB4B; }

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

This text font color is #D9CB4B.


Background Color

.myBgColor { background-color: #D9CB4B; }

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

This div background color is #D9CB4B.


Border color

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

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

This div border color is #D9CB4B.


Opacity

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

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

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

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

This text has shadow with #D9CB4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CB4B on black background.


Color preview on white background

This text has color #D9CB4B on white background.



Black color preview on #D9CB4B background

This text has black color on #D9CB4B background.


White color preview on #D9CB4B background

This text has white color on #D9CB4B background.