COLOR #D9CE6E

HEX: #D9CE6E
RGB: (217,206,110)

Color info

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

RGB color model

#D9CE6E color RGB value is (217,206,110).

  • red value is 217;
  • green value is 206;
  • blue value is 110.
RGB:
(217,206,110)
(85%,81%,43%)

RGB channels and saturation

R 217 of 255 = 85%
G 206 of 255 = 81%
B 110 of 255 = 43%

217
206
110

R + G + B ~ 70%. #D9CE6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 206 + 110 = 533 (100%)
R 217 of 533 ~ 40.71%
G 206 of 533 ~ 38.65%
B 110 of 533 ~ 20.64%

%40.71
%38.65
%20.64

CMYK color model

#D9CE6E color CMYK value is (0,5,49,15).

  • cyan value is 0.00%
  • magenta value is 5.07%
  • yellow value is 49.31%
  • key color value is 14.90%
CMYK:
(0,5,49,15)
C0M5Y49K15 
(0%,5%,49%,15%)
(0.00/0.05/0.49/0.15)	

CMYK percentages

%0
%5.07
%49.31
%14.9

Codes

Color #D9CE6E in popluar color models

D9CE6E
RGB217206110
HSL54°58.47%64.12%
HSB/HSV54°49.31%85.10%
CMYK0.00%5.07%49.31%
14.90%

Color #D9CE6E in popluar number systems.

HEXD9CE6E
Decimal217206110
Binary11011001110011101101110
Octal331316156

Shades and tints

Shades of #D9CE6E

#D9CE6E
(217,206,110)
#C6BC64
(198,188,100)
#B3AA5A
(179,170,90)
#A09850
(160,152,80)
#8D8646
(141,134,70)
#7A743C
(122,116,60)
#676232
(103,98,50)
#545028
(84,80,40)
#413E1E
(65,62,30)
#2E2C14
(46,44,20)
#1B1A0A
(27,26,10)
#000000
(0,0,0)

Tints of #D9CE6E

#D9CE6E
(217,206,110)
#DCD27B
(220,210,123)
#DFD688
(223,214,136)
#E2DA95
(226,218,149)
#E5DEA2
(229,222,162)
#E8E2AF
(232,226,175)
#EBE6BC
(235,230,188)
#EEEAC9
(238,234,201)
#F1EED6
(241,238,214)
#F4F2E3
(244,242,227)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CE6E color. Also use rgb(217,206,110) instead hex code.

Text Font Color

.myTextColor { color: #D9CE6E; }

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

This text font color is #D9CE6E.


Background Color

.myBgColor { background-color: #D9CE6E; }

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

This div background color is #D9CE6E.


Border color

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

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

This div border color is #D9CE6E.


Opacity

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

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

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

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

This text has shadow with #D9CE6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CE6E on black background.


Color preview on white background

This text has color #D9CE6E on white background.



Black color preview on #D9CE6E background

This text has black color on #D9CE6E background.


White color preview on #D9CE6E background

This text has white color on #D9CE6E background.