#D2C875

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

Shades of Winter Hazel #D2C875

Tints of Winter Hazel #D2C875

Color information

#D2C875 (or 0xD2C875) is unknown color: approx Winter Hazel. HEX triplet: D2, C8 and 75. RGB value is (210,200,117). Sum of RGB (Red+Green+Blue) = 210+200+117=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C875 is #2D378A. Grayscale: #C1C1C1. Windows color (decimal): -2963339 or 7719122. OLE color: 7719122.

HSL color Cylindrical-coordinate representation of color #D2C875: hue angle of 53.55º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2C875 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210200117-
CMYK00.050.440.18
HSL53.55º50.82%64.12%-
HSV(B)53.55º44.29%82.35%-
XYZ50.4456.2925.04-
YUV193.5384.81139.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=39.85%
G=37.95%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020011700.050.440.1853.5550.8264.12
HexD2C875052C12363340
Octal3223101650554226663100
Binary110100101100100011101010101101100100101101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C875; }

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

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

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

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

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

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

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

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