#DEB66D

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

Shades of Harvest Gold #DEB66D

Tints of Harvest Gold #DEB66D

Color information

#DEB66D (or 0xDEB66D) is unknown color: approx Harvest Gold. HEX triplet: DE, B6 and 6D. RGB value is (222,182,109). Sum of RGB (Red+Green+Blue) = 222+182+109=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB66D is #214992. Grayscale: #B9B9B9. Windows color (decimal): -2181523 or 7190238. OLE color: 7190238.

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

Color convert

RGB222182109-
CMYK00.180.510.13
HSL38.76º63.13%64.9%-
HSV(B)38.76º50.9%87.06%-
XYZ49.6150.0921.52-
YUV185.6484.75153.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 109 (42.97% from 255) = 21.25%
R=43.27%
G=35.48%
B=21.25%

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
Decimal22218210900.180.510.1338.7663.1364.9
HexDEB66D01233D273f41
Octal33626615502263154777101
Binary1101111010110110110110101001011001111011001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB66D; }

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

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

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

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

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

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

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

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