#DEB774

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

Shades of Harvest Gold #DEB774

Tints of Harvest Gold #DEB774

Color information

#DEB774 (or 0xDEB774) is unknown color: approx Harvest Gold. HEX triplet: DE, B7 and 74. RGB value is (222,183,116). Sum of RGB (Red+Green+Blue) = 222+183+116=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB774 is #21488B. Grayscale: #BBBBBB. Windows color (decimal): -2181260 or 7649246. OLE color: 7649246.

HSL color Cylindrical-coordinate representation of color #DEB774: hue angle of 37.92º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEB774 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB222183116-
CMYK00.180.480.13
HSL37.92º61.63%66.27%-
HSV(B)37.92º47.75%87.06%-
XYZ50.2150.6623.65-
YUV187.0287.92152.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 116 (45.70% from 255) = 22.26%
R=42.61%
G=35.12%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218311600.180.480.1337.9261.6366.27
HexDEB77401230D263e42
Octal33626716402260154676102
Binary1101111010110111111010001001011000011011001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB774; }

 p { color: rgb(222,183,116); }

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

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

 a { background-color: rgb(222,183,116); }

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

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

 span { border-color: rgb(222,183,116); }

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