#D0C878

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

Shades of Winter Hazel #D0C878

Tints of Winter Hazel #D0C878

Color information

#D0C878 (or 0xD0C878) is unknown color: approx Winter Hazel. HEX triplet: D0, C8 and 78. RGB value is (208,200,120). Sum of RGB (Red+Green+Blue) = 208+200+120=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C878 is #2F3787. Grayscale: #C1C1C1. Windows color (decimal): -3094408 or 7915728. OLE color: 7915728.

HSL color Cylindrical-coordinate representation of color #D0C878: hue angle of 54.55º 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 #D0C878 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208200120-
CMYK00.040.420.18
HSL54.55º48.35%64.31%-
HSV(B)54.55º42.31%81.57%-
XYZ50.0656.0725.95-
YUV193.2786.65138.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 120 (47.27% from 255) = 22.73%
R=39.39%
G=37.88%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820012000.040.420.1854.5548.3564.31
HexD0C878042A12373040
Octal3203101700452226760100
Binary110100001100100011110000100101010100101101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C878; }

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

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

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

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

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

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

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

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