#D0C57F

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

Shades of Winter Hazel #D0C57F

Tints of Winter Hazel #D0C57F

Color information

#D0C57F (or 0xD0C57F) is unknown color: approx Winter Hazel. HEX triplet: D0, C5 and 7F. RGB value is (208,197,127). Sum of RGB (Red+Green+Blue) = 208+197+127=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C57F is #2F3A80. Grayscale: #C0C0C0. Windows color (decimal): -3095169 or 8373712. OLE color: 8373712.

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

Color convert

RGB208197127-
CMYK00.050.390.18
HSL51.85º46.29%65.69%-
HSV(B)51.85º38.94%81.57%-
XYZ49.8154.8728.05-
YUV192.3191.14139.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 197 (77.34% from 255) = 37.03%
BLUE value IS 127 (50% from 255) = 23.87%
R=39.10%
G=37.03%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819712700.050.390.1851.8546.2965.69
HexD0C57F052712342e42
Octal3203051770547226456102
Binary110100001100010111111110101100111100101101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C57F; }

 p { color: rgb(208,197,127); }

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

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

 a { background-color: rgb(208,197,127); }

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

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

 span { border-color: rgb(208,197,127); }

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