#D0BE78

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

Shades of Winter Hazel #D0BE78

Tints of Winter Hazel #D0BE78

Color information

#D0BE78 (or 0xD0BE78) is unknown color: approx Winter Hazel. HEX triplet: D0, BE and 78. RGB value is (208,190,120). Sum of RGB (Red+Green+Blue) = 208+190+120=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE78 is #2F4187. Grayscale: #BBBBBB. Windows color (decimal): -3096968 or 7913168. OLE color: 7913168.

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

Color convert

RGB208190120-
CMYK00.090.420.18
HSL47.73º48.35%64.31%-
HSV(B)47.73º42.31%81.57%-
XYZ47.8251.5925.21-
YUV187.489.96142.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 120 (47.27% from 255) = 23.17%
R=40.15%
G=36.68%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819012000.090.420.1847.7348.3564.31
HexD0BE78092A12303040
Octal32027617001152226060100
Binary1101000010111110111100001001101010100101100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BE78; }

 p { color: rgb(208,190,120); }

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

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

 a { background-color: rgb(208,190,120); }

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

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

 span { border-color: rgb(208,190,120); }

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