#DEB66F

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

Shades of Harvest Gold #DEB66F

Tints of Harvest Gold #DEB66F

Color information

#DEB66F (or 0xDEB66F) is unknown color: approx Harvest Gold. HEX triplet: DE, B6 and 6F. RGB value is (222,182,111). Sum of RGB (Red+Green+Blue) = 222+182+111=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB66F is #214990. Grayscale: #BABABA. Windows color (decimal): -2181521 or 7321310. OLE color: 7321310.

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

Color convert

RGB222182111-
CMYK00.180.50.13
HSL38.38º62.71%65.29%-
HSV(B)38.38º50%87.06%-
XYZ49.7250.1322.09-
YUV185.8785.75153.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=43.11%
G=35.34%
B=21.55%

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
Decimal22218211100.180.50.1338.3862.7165.29
HexDEB66F01232D263f41
Octal33626615702262154677101
Binary1101111010110110110111101001011001011011001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB66F; }

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

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

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

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

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

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

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

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