#D0C573

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

Shades of Winter Hazel #D0C573

Tints of Winter Hazel #D0C573

Color information

#D0C573 (or 0xD0C573) is unknown color: approx Winter Hazel. HEX triplet: D0, C5 and 73. RGB value is (208,197,115). Sum of RGB (Red+Green+Blue) = 208+197+115=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C573 is #2F3A8C. Grayscale: #BFBFBF. Windows color (decimal): -3095181 or 7587280. OLE color: 7587280.

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

Color convert

RGB208197115-
CMYK00.050.450.18
HSL52.9º49.73%63.33%-
HSV(B)52.9º44.71%81.57%-
XYZ49.0754.5824.17-
YUV190.9485.14140.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 115 (45.31% from 255) = 22.12%
R=40%
G=37.88%
B=22.12%

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
Decimal20819711500.050.450.1852.949.7363.33
HexD0C573052D1235323f
Octal320305163055522656277
Binary11010000110001011110011010110110110010110101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C573; }

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

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

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

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

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

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

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

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