#D0C075

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

Shades of Winter Hazel #D0C075

Tints of Winter Hazel #D0C075

Color information

#D0C075 (or 0xD0C075) is unknown color: approx Winter Hazel. HEX triplet: D0, C0 and 75. RGB value is (208,192,117). Sum of RGB (Red+Green+Blue) = 208+192+117=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C075 is #2F3F8A. Grayscale: #BCBCBC. Windows color (decimal): -3096459 or 7717072. OLE color: 7717072.

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

Color convert

RGB208192117-
CMYK00.080.440.18
HSL49.45º49.19%63.73%-
HSV(B)49.45º43.75%81.57%-
XYZ48.0752.3924.41-
YUV188.2387.8142.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=40.23%
G=37.14%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819211700.080.440.1849.4549.1963.73
HexD0C075082C12313140
Octal32030016501054226161100
Binary1101000011000000111010101000101100100101100011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C075; }

 p { color: rgb(208,192,117); }

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

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

 a { background-color: rgb(208,192,117); }

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

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

 span { border-color: rgb(208,192,117); }

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