COLOR #D4CF6B

HEX: #D4CF6B
RGB: (212,207,107)

Color info

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

RGB color model

#D4CF6B color RGB value is (212,207,107).

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

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 107 of 255 = 42%

212
207
107

R + G + B ~ 69%. #D4CF6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 207 + 107 = 526 (100%)
R 212 of 526 ~ 40.3%
G 207 of 526 ~ 39.35%
B 107 of 526 ~ 20.34%

%40.3
%39.35
%20.34

CMYK color model

#D4CF6B color CMYK value is (0,2,50,17).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 49.53%
  • key color value is 16.86%
CMYK:
(0,2,50,17)
C0M2Y50K17 
(0%,2%,50%,17%)
(0.00/0.02/0.50/0.17)	

CMYK percentages

%0
%2.36
%49.53
%16.86

Codes

Color #D4CF6B in popluar color models

D4CF6B
RGB212207107
HSL57°54.97%62.55%
HSB/HSV57°49.53%83.14%
CMYK0.00%2.36%49.53%
16.86%

Color #D4CF6B in popluar number systems.

HEXD4CF6B
Decimal212207107
Binary11010100110011111101011
Octal324317153

Shades and tints

Shades of #D4CF6B

#D4CF6B
(212,207,107)
#C1BD62
(193,189,98)
#AEAB59
(174,171,89)
#9B9950
(155,153,80)
#888747
(136,135,71)
#75753E
(117,117,62)
#626335
(98,99,53)
#4F512C
(79,81,44)
#3C3F23
(60,63,35)
#292D1A
(41,45,26)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #D4CF6B

#D4CF6B
(212,207,107)
#D7D378
(215,211,120)
#DAD785
(218,215,133)
#DDDB92
(221,219,146)
#E0DF9F
(224,223,159)
#E3E3AC
(227,227,172)
#E6E7B9
(230,231,185)
#E9EBC6
(233,235,198)
#ECEFD3
(236,239,211)
#EFF3E0
(239,243,224)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CF6B; }

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

This text font color is #D4CF6B.


Background Color

.myBgColor { background-color: #D4CF6B; }

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

This div background color is #D4CF6B.


Border color

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

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

This div border color is #D4CF6B.


Opacity

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

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

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

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

This text has shadow with #D4CF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CF6B on black background.


Color preview on white background

This text has color #D4CF6B on white background.



Black color preview on #D4CF6B background

This text has black color on #D4CF6B background.


White color preview on #D4CF6B background

This text has white color on #D4CF6B background.