COLOR #D9CB80

HEX: #D9CB80
RGB: (217,203,128)

Color info

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

RGB color model

#D9CB80 color RGB value is (217,203,128).

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

RGB channels and saturation

R 217 of 255 = 85%
G 203 of 255 = 80%
B 128 of 255 = 50%

217
203
128

R + G + B ~ 72%. #D9CB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 203 + 128 = 548 (100%)
R 217 of 548 ~ 39.6%
G 203 of 548 ~ 37.04%
B 128 of 548 ~ 23.36%

%39.6
%37.04
%23.36

CMYK color model

#D9CB80 color CMYK value is (0,6,41,15).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 41.01%
  • key color value is 14.90%
CMYK:
(0,6,41,15)
C0M6Y41K15 
(0%,6%,41%,15%)
(0.00/0.06/0.41/0.15)	

CMYK percentages

%0
%6.45
%41.01
%14.9

Codes

Color #D9CB80 in popluar color models

D9CB80
RGB217203128
HSL51°53.94%67.65%
HSB/HSV51°41.01%85.10%
CMYK0.00%6.45%41.01%
14.90%

Color #D9CB80 in popluar number systems.

HEXD9CB80
Decimal217203128
Binary110110011100101110000000
Octal331313200

Shades and tints

Shades of #D9CB80

#D9CB80
(217,203,128)
#C6B975
(198,185,117)
#B3A76A
(179,167,106)
#A0955F
(160,149,95)
#8D8354
(141,131,84)
#7A7149
(122,113,73)
#675F3E
(103,95,62)
#544D33
(84,77,51)
#413B28
(65,59,40)
#2E291D
(46,41,29)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #D9CB80

#D9CB80
(217,203,128)
#DCCF8B
(220,207,139)
#DFD396
(223,211,150)
#E2D7A1
(226,215,161)
#E5DBAC
(229,219,172)
#E8DFB7
(232,223,183)
#EBE3C2
(235,227,194)
#EEE7CD
(238,231,205)
#F1EBD8
(241,235,216)
#F4EFE3
(244,239,227)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CB80; }

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

This text font color is #D9CB80.


Background Color

.myBgColor { background-color: #D9CB80; }

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

This div background color is #D9CB80.


Border color

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

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

This div border color is #D9CB80.


Opacity

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

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

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

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

This text has shadow with #D9CB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CB80 on black background.


Color preview on white background

This text has color #D9CB80 on white background.



Black color preview on #D9CB80 background

This text has black color on #D9CB80 background.


White color preview on #D9CB80 background

This text has white color on #D9CB80 background.