#D0BC7E

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

Shades of Winter Hazel #D0BC7E

Tints of Winter Hazel #D0BC7E

Color information

#D0BC7E (or 0xD0BC7E) is unknown color: approx Winter Hazel. HEX triplet: D0, BC and 7E. RGB value is (208,188,126). Sum of RGB (Red+Green+Blue) = 208+188+126=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC7E is #2F4381. Grayscale: #BBBBBB. Windows color (decimal): -3097474 or 8305872. OLE color: 8305872.

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

Color convert

RGB208188126-
CMYK00.100.390.18
HSL45.37º46.59%65.49%-
HSV(B)45.37º39.42%81.57%-
XYZ47.7650.8827.04-
YUV186.9193.63143.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=39.85%
G=36.02%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818812600.100.390.1845.3746.5965.49
HexD0BC7E0A27122d2f41
Octal32027417601247225557101
Binary1101000010111100111111001010100111100101011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BC7E; }

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

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

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

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

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

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

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

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