#D2C87D

Color #D2C87D Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #D2C87D

Tints of Winter Hazel #D2C87D

Color information

#D2C87D (or 0xD2C87D) is unknown color: approx Winter Hazel. HEX triplet: D2, C8 and 7D. RGB value is (210,200,125). Sum of RGB (Red+Green+Blue) = 210+200+125=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C87D is #2D3782. Grayscale: #C2C2C2. Windows color (decimal): -2963331 or 8243410. OLE color: 8243410.

HSL color Cylindrical-coordinate representation of color #D2C87D: hue angle of 52.94º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2C87D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB210200125-
CMYK00.050.400.18
HSL52.94º48.57%65.69%-
HSV(B)52.94º40.48%82.35%-
XYZ50.9356.4927.62-
YUV194.4488.81139.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=39.25%
G=37.38%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020012500.050.400.1852.9448.5765.69
HexD2C87D052812353142
Octal3223101750550226561102
Binary110100101100100011111010101101000100101101011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C87D; }

 p { color: rgb(210,200,125); }

 H1.HeaderClassName
 {
   color: #D2C87D;
 }
 .AnyTagClassName
 {
   color: #D2C87D;
 }
</style>
background-color css

<style>
 a { background-color: #D2C87D; }

 a { background-color: rgb(210,200,125); }

 div.DivClassName
 {
   background-color: #D2C87D;
 }
 .BgClassName
 {
   background-color: #D2C87D;
 }
</style>
border-color css

<style>
 span { border-color: #D2C87D; }

 span { border-color: rgb(210,200,125); }

 td.TdClassName
 {
   border-color: #D2C87D;
 }
 .TagClassName
 {
   border-color: #D2C87D;
 }
</style>