#D0C781

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

Shades of Winter Hazel #D0C781

Tints of Winter Hazel #D0C781

Color information

#D0C781 (or 0xD0C781) is unknown color: approx Winter Hazel. HEX triplet: D0, C7 and 81. RGB value is (208,199,129). Sum of RGB (Red+Green+Blue) = 208+199+129=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C781 is #2F387E. Grayscale: #C2C2C2. Windows color (decimal): -3094655 or 8505296. OLE color: 8505296.

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

Color convert

RGB208199129-
CMYK00.040.380.18
HSL53.16º45.66%66.08%-
HSV(B)53.16º37.98%81.57%-
XYZ50.455.8428.89-
YUV193.7191.48138.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 199 (78.12% from 255) = 37.13%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=38.81%
G=37.13%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819912900.040.380.1853.1645.6666.08
HexD0C781042612352e42
Octal3203072010446226556102
Binary1101000011000111100000010100100110100101101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C781; }

 p { color: rgb(208,199,129); }

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

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

 a { background-color: rgb(208,199,129); }

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

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

 span { border-color: rgb(208,199,129); }

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