#D0BC80

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

Shades of Winter Hazel #D0BC80

Tints of Winter Hazel #D0BC80

Color information

#D0BC80 (or 0xD0BC80) is unknown color: approx Winter Hazel. HEX triplet: D0, BC and 80. RGB value is (208,188,128). Sum of RGB (Red+Green+Blue) = 208+188+128=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC80 is #2F437F. Grayscale: #BBBBBB. Windows color (decimal): -3097472 or 8436944. OLE color: 8436944.

HSL color Cylindrical-coordinate representation of color #D0BC80: hue angle of 45º degrees, saturation: 0.46, 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 #D0BC80 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208188128-
CMYK00.100.380.18
HSL45º45.98%65.88%-
HSV(B)45º38.46%81.57%-
XYZ47.8950.9327.73-
YUV187.1494.63142.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=39.69%
G=35.88%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818812800.100.380.184545.9865.88
HexD0BC800A26122d2e42
Octal32027420001246225556102
Binary11010000101111001000000001010100110100101011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BC80; }

 p { color: rgb(208,188,128); }

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

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

 a { background-color: rgb(208,188,128); }

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

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

 span { border-color: rgb(208,188,128); }

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