#DEB772

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

Shades of Harvest Gold #DEB772

Tints of Harvest Gold #DEB772

Color information

#DEB772 (or 0xDEB772) is unknown color: approx Harvest Gold. HEX triplet: DE, B7 and 72. RGB value is (222,183,114). Sum of RGB (Red+Green+Blue) = 222+183+114=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB772 is #21488D. Grayscale: #BBBBBB. Windows color (decimal): -2181262 or 7518174. OLE color: 7518174.

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

Color convert

RGB222183114-
CMYK00.180.490.13
HSL38.33º62.07%65.88%-
HSV(B)38.33º48.65%87.06%-
XYZ50.0950.6123.05-
YUV186.886.92153.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=42.77%
G=35.26%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218311400.180.490.1338.3362.0765.88
HexDEB77201231D263e42
Octal33626716202261154676102
Binary1101111010110111111001001001011000111011001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB772; }

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

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

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

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

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

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

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

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