#D0C082

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

Shades of Winter Hazel #D0C082

Tints of Winter Hazel #D0C082

Color information

#D0C082 (or 0xD0C082) is unknown color: approx Winter Hazel. HEX triplet: D0, C0 and 82. RGB value is (208,192,130). Sum of RGB (Red+Green+Blue) = 208+192+130=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C082 is #2F3F7D. Grayscale: #BDBDBD. Windows color (decimal): -3096446 or 8569040. OLE color: 8569040.

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

Color convert

RGB208192130-
CMYK00.080.380.18
HSL47.69º45.35%66.27%-
HSV(B)47.69º37.5%81.57%-
XYZ48.8952.7228.72-
YUV189.7294.3141.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=39.25%
G=36.23%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819213000.080.380.1847.6945.3566.27
HexD0C082082612302d42
Octal32030020201046226055102
Binary11010000110000001000001001000100110100101100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C082; }

 p { color: rgb(208,192,130); }

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

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

 a { background-color: rgb(208,192,130); }

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

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

 span { border-color: rgb(208,192,130); }

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