#DEB271

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

Shades of Harvest Gold #DEB271

Tints of Harvest Gold #DEB271

Color information

#DEB271 (or 0xDEB271) is unknown color: approx Harvest Gold. HEX triplet: DE, B2 and 71. RGB value is (222,178,113). Sum of RGB (Red+Green+Blue) = 222+178+113=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB271 is #214D8E. Grayscale: #B8B8B8. Windows color (decimal): -2182543 or 7451358. OLE color: 7451358.

HSL color Cylindrical-coordinate representation of color #DEB271: hue angle of 35.78º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEB271 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222178113-
CMYK00.200.490.13
HSL35.78º62.29%65.69%-
HSV(B)35.78º49.1%87.06%-
XYZ49.0348.5622.41-
YUV183.7588.08155.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 113 (44.53% from 255) = 22.03%
R=43.27%
G=34.70%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217811300.200.490.1335.7862.2965.69
HexDEB27101431D243e42
Octal33626216102461154476102
Binary1101111010110010111000101010011000111011001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB271; }

 p { color: rgb(222,178,113); }

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

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

 a { background-color: rgb(222,178,113); }

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

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

 span { border-color: rgb(222,178,113); }

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