COLOR #D2C868

HEX: #D2C868 RGB: (210,200,104)

Color info

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

RGB color model

#D2C868 color RGB value is (210,200,104).

RGB: (210,200,104) (82%, 78%, 41%)

RGB channels and saturation

R 210 of 255 = 82%
G 200 of 255 = 78%
B 104 of 255 = 41%

210
200
104

R + G + B ~ 67%. #D2C868 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 200 + 104 = 514 (100%)
R 210 of 514 ~ 40.86%
G 200 of 514 ~ 38.91%
B 104 of 514 ~ 20.23'%

%40.86
%38.91
%20.23

CMYK color model

#D2C868 color CMYK value is (0,5,50,18).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 50.48%
  • key color value is 17.65%
CMYK: (0,5,50,18) C0M5Y50K18 (0%,5%,50%,18%) (0.00/0.05/0.50/0.18) 

CMYK percentages

%0
%4.76
%50.48
%17.65

Codes

Color #D2C868 in popluar color models

D2 C8 68
RGB 210 200 104
HSL 54° 54.08% 61.57%
HSB/HSV 54° 50.48% 82.35%
CMYK 0.00% 4.76% 50.48%
17.65%

Color #D2C868 in popluar number systems.

HEX D2 C8 68
Decimal 210 200 104
Binary 11010010 11001000 1101000
Octal 322 310 150

Shades and tints

Shades of #D2C868

#D2C868
(210,200,104)
#BFB65F
(191,182,95)
#ACA456
(172,164,86)
#99924D
(153,146,77)
#868044
(134,128,68)
#736E3B
(115,110,59)
#605C32
(96,92,50)
#4D4A29
(77,74,41)
#3A3820
(58,56,32)
#272617
(39,38,23)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #D2C868

#D2C868
(210,200,104)
#D6CD75
(214,205,117)
#DAD282
(218,210,130)
#DED78F
(222,215,143)
#E2DC9C
(226,220,156)
#E6E1A9
(230,225,169)
#EAE6B6
(234,230,182)
#EEEBC3
(238,235,195)
#F2F0D0
(242,240,208)
#F6F5DD
(246,245,221)
#FAFAEA
(250,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C868 color. Also use rgb(210,200,104) instead hex code.

Text Font Color

.myTextColor { color: #D2C868; }

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

This text font color is #D2C868.

Background Color

.myBgColor { background-color: #D2C868; }

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

This div background color is #D2C868.

Border color

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

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

This div border color is #D2C868.

Opacity

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

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

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

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

This text has shadow with #D2C868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C868.

Preview

Color preview on black background

This text has color #D2C868 on black background.


Color preview on white background

This text has color #D2C868 on white background.


Black color preview on #D2C868 background

This text has black color on #D2C868 background.


White color preview on #D2C868 background

This text has white color on #D2C868 background.


Related colors

Complementary color

Complementary color for #hex is #2D3797.


I love getcolorcode.com

Triadic colors

1 #68D2C8 and #C868D2 with #D2C868 are triadic colors.

2 #68C8D2 and #C8D268 with #D2C868 are triadic colors.