#DEB36D

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

Shades of Harvest Gold #DEB36D

Tints of Harvest Gold #DEB36D

Color information

#DEB36D (or 0xDEB36D) is unknown color: approx Harvest Gold. HEX triplet: DE, B3 and 6D. RGB value is (222,179,109). Sum of RGB (Red+Green+Blue) = 222+179+109=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB36D is #214C92. Grayscale: #B8B8B8. Windows color (decimal): -2182291 or 7189470. OLE color: 7189470.

HSL color Cylindrical-coordinate representation of color #DEB36D: hue angle of 37.17º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEB36D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB222179109-
CMYK00.190.510.13
HSL37.17º63.13%64.9%-
HSV(B)37.17º50.9%87.06%-
XYZ4948.8721.32-
YUV183.8885.75155.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=43.53%
G=35.10%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217910900.190.510.1337.1763.1364.9
HexDEB36D01333D253f41
Octal33626315502363154577101
Binary1101111010110011110110101001111001111011001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB36D; }

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

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

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

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

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

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

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

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