#DEB16F

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

Shades of Harvest Gold #DEB16F

Tints of Harvest Gold #DEB16F

Color information

#DEB16F (or 0xDEB16F) is unknown color: approx Harvest Gold. HEX triplet: DE, B1 and 6F. RGB value is (222,177,111). Sum of RGB (Red+Green+Blue) = 222+177+111=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB16F is #214E90. Grayscale: #B7B7B7. Windows color (decimal): -2182801 or 7320030. OLE color: 7320030.

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

Color convert

RGB222177111-
CMYK00.200.50.13
HSL35.68º62.71%65.29%-
HSV(B)35.68º50%87.06%-
XYZ48.7248.1221.76-
YUV182.9387.41155.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 111 (43.75% from 255) = 21.76%
R=43.53%
G=34.71%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217711100.200.50.1335.6862.7165.29
HexDEB16F01432D243f41
Octal33626115702462154477101
Binary1101111010110001110111101010011001011011001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB16F; }

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

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

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

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

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

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

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

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