COLOR #D4CF93

HEX: #D4CF93
RGB: (212,207,147)

Color info

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

RGB color model

#D4CF93 color RGB value is (212,207,147).

  • red value is 212;
  • green value is 207;
  • blue value is 147.
RGB:
(212,207,147)
(83%,81%,58%)

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 147 of 255 = 58%

212
207
147

R + G + B ~ 74%. #D4CF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 207 + 147 = 566 (100%)
R 212 of 566 ~ 37.46%
G 207 of 566 ~ 36.57%
B 147 of 566 ~ 25.97%

%37.46
%36.57
%25.97

CMYK color model

#D4CF93 color CMYK value is (0,2,31,17).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 30.66%
  • key color value is 16.86%
CMYK:
(0,2,31,17)
C0M2Y31K17 
(0%,2%,31%,17%)
(0.00/0.02/0.31/0.17)	

CMYK percentages

%0
%2.36
%30.66
%16.86

Codes

Color #D4CF93 in popluar color models

D4CF93
RGB212207147
HSL55°43.05%70.39%
HSB/HSV55°30.66%83.14%
CMYK0.00%2.36%30.66%
16.86%

Color #D4CF93 in popluar number systems.

HEXD4CF93
Decimal212207147
Binary110101001100111110010011
Octal324317223

Shades and tints

Shades of #D4CF93

#D4CF93
(212,207,147)
#C1BD86
(193,189,134)
#AEAB79
(174,171,121)
#9B996C
(155,153,108)
#88875F
(136,135,95)
#757552
(117,117,82)
#626345
(98,99,69)
#4F5138
(79,81,56)
#3C3F2B
(60,63,43)
#292D1E
(41,45,30)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #D4CF93

#D4CF93
(212,207,147)
#D7D39C
(215,211,156)
#DAD7A5
(218,215,165)
#DDDBAE
(221,219,174)
#E0DFB7
(224,223,183)
#E3E3C0
(227,227,192)
#E6E7C9
(230,231,201)
#E9EBD2
(233,235,210)
#ECEFDB
(236,239,219)
#EFF3E4
(239,243,228)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CF93 color. Also use rgb(212,207,147) instead hex code.

Text Font Color

.myTextColor { color: #D4CF93; }

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

This text font color is #D4CF93.


Background Color

.myBgColor { background-color: #D4CF93; }

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

This div background color is #D4CF93.


Border color

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

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

This div border color is #D4CF93.


Opacity

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

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

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

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

This text has shadow with #D4CF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CF93 on black background.


Color preview on white background

This text has color #D4CF93 on white background.



Black color preview on #D4CF93 background

This text has black color on #D4CF93 background.


White color preview on #D4CF93 background

This text has white color on #D4CF93 background.