COLOR #D4CE81

HEX: #D4CE81
RGB: (212,206,129)

Color info

#D4CE81 contains mainly red and green colors. Web safe color of #D4CE81 is #CCCC99 (or #CC9).

RGB color model

#D4CE81 color RGB value is (212,206,129).

  • red value is 212;
  • green value is 206;
  • blue value is 129.
RGB:
(212,206,129)
(83%,81%,51%)

RGB channels and saturation

R 212 of 255 = 83%
G 206 of 255 = 81%
B 129 of 255 = 51%

212
206
129

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

Portions of RGB colors in percentages

R + G + B =
212 + 206 + 129 = 547 (100%)
R 212 of 547 ~ 38.76%
G 206 of 547 ~ 37.66%
B 129 of 547 ~ 23.58%

%38.76
%37.66
%23.58

CMYK color model

#D4CE81 color CMYK value is (0,3,39,17).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 39.15%
  • key color value is 16.86%
CMYK:
(0,3,39,17)
C0M3Y39K17 
(0%,3%,39%,17%)
(0.00/0.03/0.39/0.17)	

CMYK percentages

%0
%2.83
%39.15
%16.86

Codes

Color #D4CE81 in popluar color models

D4CE81
RGB212206129
HSL56°49.11%66.86%
HSB/HSV56°39.15%83.14%
CMYK0.00%2.83%39.15%
16.86%

Color #D4CE81 in popluar number systems.

HEXD4CE81
Decimal212206129
Binary110101001100111010000001
Octal324316201

Shades and tints

Shades of #D4CE81

#D4CE81
(212,206,129)
#C1BC76
(193,188,118)
#AEAA6B
(174,170,107)
#9B9860
(155,152,96)
#888655
(136,134,85)
#75744A
(117,116,74)
#62623F
(98,98,63)
#4F5034
(79,80,52)
#3C3E29
(60,62,41)
#292C1E
(41,44,30)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #D4CE81

#D4CE81
(212,206,129)
#D7D28C
(215,210,140)
#DAD697
(218,214,151)
#DDDAA2
(221,218,162)
#E0DEAD
(224,222,173)
#E3E2B8
(227,226,184)
#E6E6C3
(230,230,195)
#E9EACE
(233,234,206)
#ECEED9
(236,238,217)
#EFF2E4
(239,242,228)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CE81 color. Also use rgb(212,206,129) instead hex code.

Text Font Color

.myTextColor { color: #D4CE81; }

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

This text font color is #D4CE81.


Background Color

.myBgColor { background-color: #D4CE81; }

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

This div background color is #D4CE81.


Border color

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

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

This div border color is #D4CE81.


Opacity

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

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

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

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

This text has shadow with #D4CE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CE81 on black background.


Color preview on white background

This text has color #D4CE81 on white background.



Black color preview on #D4CE81 background

This text has black color on #D4CE81 background.


White color preview on #D4CE81 background

This text has white color on #D4CE81 background.