#DEB471

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

Shades of Harvest Gold #DEB471

Tints of Harvest Gold #DEB471

Color information

#DEB471 (or 0xDEB471) is unknown color: approx Harvest Gold. HEX triplet: DE, B4 and 71. RGB value is (222,180,113). Sum of RGB (Red+Green+Blue) = 222+180+113=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB471 is #214B8E. Grayscale: #B9B9B9. Windows color (decimal): -2182031 or 7451870. OLE color: 7451870.

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

Color convert

RGB222180113-
CMYK00.190.490.13
HSL36.88º62.29%65.69%-
HSV(B)36.88º49.1%87.06%-
XYZ49.4349.3622.55-
YUV184.9287.41154.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=43.11%
G=34.95%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218011300.190.490.1336.8862.2965.69
HexDEB47101331D253e42
Octal33626416102361154576102
Binary1101111010110100111000101001111000111011001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB471; }

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

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

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

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

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

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

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

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