#D0BD8C

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

Shades of Winter Hazel #D0BD8C

Tints of Winter Hazel #D0BD8C

Color information

#D0BD8C (or 0xD0BD8C) is unknown color: approx Winter Hazel. HEX triplet: D0, BD and 8C. RGB value is (208,189,140). Sum of RGB (Red+Green+Blue) = 208+189+140=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BD8C is #2F4273. Grayscale: #BDBDBD. Windows color (decimal): -3097204 or 9223632. OLE color: 9223632.

HSL color Cylindrical-coordinate representation of color #D0BD8C: hue angle of 43.24º 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 #D0BD8C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208189140-
CMYK00.090.330.18
HSL43.24º41.98%68.24%-
HSV(B)43.24º32.69%81.57%-
XYZ48.9451.732.21-
YUV189.1100.29141.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=38.73%
G=35.20%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818914000.090.330.1843.2441.9868.24
HexD0BD8C0921122b2a44
Octal32027521401141225352104
Binary11010000101111011000110001001100001100101010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BD8C; }

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

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

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

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

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

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

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

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