#D1BC77

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

Shades of Winter Hazel #D1BC77

Tints of Winter Hazel #D1BC77

Color information

#D1BC77 (or 0xD1BC77) is unknown color: approx Winter Hazel. HEX triplet: D1, BC and 77. RGB value is (209,188,119). Sum of RGB (Red+Green+Blue) = 209+188+119=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC77 is #2E4388. Grayscale: #BABABA. Windows color (decimal): -3031945 or 7847121. OLE color: 7847121.

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

Color convert

RGB209188119-
CMYK00.100.430.18
HSL46º49.45%64.31%-
HSV(B)46º43.06%81.96%-
XYZ47.6150.8524.76-
YUV186.4189.96144.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 119 (46.88% from 255) = 23.06%
R=40.50%
G=36.43%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918811900.100.430.184649.4564.31
HexD1BC770A2B122e3140
Octal32127416701253225661100
Binary1101000110111100111011101010101011100101011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BC77; }

 p { color: rgb(209,188,119); }

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

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

 a { background-color: rgb(209,188,119); }

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

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

 span { border-color: rgb(209,188,119); }

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