#DEB372

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

Shades of Harvest Gold #DEB372

Tints of Harvest Gold #DEB372

Color information

#DEB372 (or 0xDEB372) is unknown color: approx Harvest Gold. HEX triplet: DE, B3 and 72. RGB value is (222,179,114). Sum of RGB (Red+Green+Blue) = 222+179+114=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB372 is #214C8D. Grayscale: #B8B8B8. Windows color (decimal): -2182286 or 7517150. OLE color: 7517150.

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

Color convert

RGB222179114-
CMYK00.190.490.13
HSL36.11º62.07%65.88%-
HSV(B)36.11º48.65%87.06%-
XYZ49.2848.9822.78-
YUV184.4588.25154.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=43.11%
G=34.76%
B=22.14%

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
Decimal22217911400.190.490.1336.1162.0765.88
HexDEB37201331D243e42
Octal33626316202361154476102
Binary1101111010110011111001001001111000111011001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB372; }

 p { color: rgb(222,179,114); }

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

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

 a { background-color: rgb(222,179,114); }

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

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

 span { border-color: rgb(222,179,114); }

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