#DEB86D

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

Shades of Harvest Gold #DEB86D

Tints of Harvest Gold #DEB86D

Color information

#DEB86D (or 0xDEB86D) is unknown color: approx Harvest Gold. HEX triplet: DE, B8 and 6D. RGB value is (222,184,109). Sum of RGB (Red+Green+Blue) = 222+184+109=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB86D is #214792. Grayscale: #BBBBBB. Windows color (decimal): -2181011 or 7190750. OLE color: 7190750.

HSL color Cylindrical-coordinate representation of color #DEB86D: hue angle of 39.82º 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 #DEB86D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB222184109-
CMYK00.170.510.13
HSL39.82º63.13%64.9%-
HSV(B)39.82º50.9%87.06%-
XYZ50.0350.9121.66-
YUV186.8184.09153.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 109 (42.97% from 255) = 21.17%
R=43.11%
G=35.73%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218410900.170.510.1339.8263.1364.9
HexDEB86D01133D283f41
Octal33627015502163155077101
Binary1101111010111000110110101000111001111011010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB86D; }

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

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

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

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

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

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

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

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