#DEB76D

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

Shades of Harvest Gold #DEB76D

Tints of Harvest Gold #DEB76D

Color information

#DEB76D (or 0xDEB76D) is unknown color: approx Harvest Gold. HEX triplet: DE, B7 and 6D. RGB value is (222,183,109). Sum of RGB (Red+Green+Blue) = 222+183+109=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB76D is #214892. Grayscale: #BABABA. Windows color (decimal): -2181267 or 7190494. OLE color: 7190494.

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

Color convert

RGB222183109-
CMYK00.180.510.13
HSL39.29º63.13%64.9%-
HSV(B)39.29º50.9%87.06%-
XYZ49.8250.521.59-
YUV186.2284.42153.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.19%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 109 (42.97% from 255) = 21.21%
R=43.19%
G=35.60%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218310900.180.510.1339.2963.1364.9
HexDEB76D01233D273f41
Octal33626715502263154777101
Binary1101111010110111110110101001011001111011001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB76D; }

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

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

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

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

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

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

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

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