#d2c882

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

Shades of Winter Hazel #D2C882

Tints of Winter Hazel #D2C882

Color information

#D2C882 (or 0xD2C882) is unknown color: approx Winter Hazel. HEX triplet: D2, C8 and 82. RGB value is (210,200,130). Sum of RGB (Red+Green+Blue) = 210+200+130=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C882 is #2D377D. Grayscale: #C3C3C3. Windows color (decimal): -2963326 or 8571090. OLE color: 8571090.

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

Color convert

RGB210200130-
CMYK00.050.380.18
HSL52.5º47.06%66.67%-
HSV(B)52.5º38.1%82.35%-
XYZ51.2656.6229.35-
YUV195.0191.31138.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 130 (51.17% from 255) = 24.07%
R=38.89%
G=37.04%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020013000.050.380.1852.547.0666.67
HexD2C882052612342f43
Octal3223102020546226457103
Binary1101001011001000100000100101100110100101101001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2c882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2c882; }

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

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

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

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

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

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

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

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