#DEAD70

Color #DEAD70 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #DEAD70

Tints of Harvest Gold #DEAD70

Color information

#DEAD70 (or 0xDEAD70) is unknown color: approx Harvest Gold. HEX triplet: DE, AD and 70. RGB value is (222,173,112). Sum of RGB (Red+Green+Blue) = 222+173+112=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD70 is #21528F. Grayscale: #B4B4B4. Windows color (decimal): -2183824 or 7384542. OLE color: 7384542.

HSL color Cylindrical-coordinate representation of color #DEAD70: hue angle of 33.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEAD70 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222173112-
CMYK00.220.500.13
HSL33.27º62.5%65.49%-
HSV(B)33.27º49.55%87.06%-
XYZ47.9946.5921.79-
YUV180.789.23157.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=43.79%
G=34.12%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217311200.220.500.1333.2762.565.49
HexDEAD7001632D213e41
Octal33625516002662154176101
Binary1101111010101101111000001011011001011011000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD70; }

 p { color: rgb(222,173,112); }

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

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

 a { background-color: rgb(222,173,112); }

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

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

 span { border-color: rgb(222,173,112); }

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