#D0BC83

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

Shades of Winter Hazel #D0BC83

Tints of Winter Hazel #D0BC83

Color information

#D0BC83 (or 0xD0BC83) is unknown color: approx Winter Hazel. HEX triplet: D0, BC and 83. RGB value is (208,188,131). Sum of RGB (Red+Green+Blue) = 208+188+131=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC83 is #2F437C. Grayscale: #BBBBBB. Windows color (decimal): -3097469 or 8633552. OLE color: 8633552.

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

Color convert

RGB208188131-
CMYK00.100.370.18
HSL44.42º45.03%66.47%-
HSV(B)44.42º37.02%81.57%-
XYZ48.0951.0228.78-
YUV187.4896.13142.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 131 (51.56% from 255) = 24.86%
R=39.47%
G=35.67%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818813100.100.370.1844.4245.0366.47
HexD0BC830A25122c2d42
Octal32027420301245225455102
Binary11010000101111001000001101010100101100101011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BC83; }

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

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

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

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

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

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

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

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