#DEB76F

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

Shades of Harvest Gold #DEB76F

Tints of Harvest Gold #DEB76F

Color information

#DEB76F (or 0xDEB76F) is unknown color: approx Harvest Gold. HEX triplet: DE, B7 and 6F. RGB value is (222,183,111). Sum of RGB (Red+Green+Blue) = 222+183+111=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB76F is #214890. Grayscale: #BABABA. Windows color (decimal): -2181265 or 7321566. OLE color: 7321566.

HSL color Cylindrical-coordinate representation of color #DEB76F: hue angle of 38.92º degrees, saturation: 0.63, 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 #DEB76F is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222183111-
CMYK00.180.50.13
HSL38.92º62.71%65.29%-
HSV(B)38.92º50%87.06%-
XYZ49.9350.5422.16-
YUV186.4585.42153.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 111 (43.75% from 255) = 21.51%
R=43.02%
G=35.47%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218311100.180.50.1338.9262.7165.29
HexDEB76F01232D273f41
Octal33626715702262154777101
Binary1101111010110111110111101001011001011011001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB76F; }

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

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

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

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

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

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

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

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