#D0BF8C

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

Shades of Winter Hazel #D0BF8C

Tints of Winter Hazel #D0BF8C

Color information

#D0BF8C (or 0xD0BF8C) is unknown color: approx Winter Hazel. HEX triplet: D0, BF and 8C. RGB value is (208,191,140). Sum of RGB (Red+Green+Blue) = 208+191+140=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF8C is #2F4073. Grayscale: #BEBEBE. Windows color (decimal): -3096692 or 9224144. OLE color: 9224144.

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

Color convert

RGB208191140-
CMYK00.080.330.18
HSL45º41.98%68.24%-
HSV(B)45º32.69%81.57%-
XYZ49.3852.5632.35-
YUV190.2799.63140.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=38.59%
G=35.44%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819114000.080.330.184541.9868.24
HexD0BF8C0821122d2a44
Octal32027721401041225552104
Binary11010000101111111000110001000100001100101011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BF8C; }

 p { color: rgb(208,191,140); }

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

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

 a { background-color: rgb(208,191,140); }

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

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

 span { border-color: rgb(208,191,140); }

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