#D0C572

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

Shades of Winter Hazel #D0C572

Tints of Winter Hazel #D0C572

Color information

#D0C572 (or 0xD0C572) is unknown color: approx Winter Hazel. HEX triplet: D0, C5 and 72. RGB value is (208,197,114). Sum of RGB (Red+Green+Blue) = 208+197+114=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C572 is #2F3A8D. Grayscale: #BFBFBF. Windows color (decimal): -3095182 or 7521744. OLE color: 7521744.

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

Color convert

RGB208197114-
CMYK00.050.450.18
HSL52.98º50%63.14%-
HSV(B)52.98º45.19%81.57%-
XYZ49.0254.5623.87-
YUV190.8384.64140.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=40.08%
G=37.96%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819711400.050.450.1852.985063.14
HexD0C572052D1235323f
Octal320305162055522656277
Binary11010000110001011110010010110110110010110101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C572; }

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

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

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

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

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

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

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

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