#DEB56E

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

Shades of Harvest Gold #DEB56E

Tints of Harvest Gold #DEB56E

Color information

#DEB56E (or 0xDEB56E) is unknown color: approx Harvest Gold. HEX triplet: DE, B5 and 6E. RGB value is (222,181,110). Sum of RGB (Red+Green+Blue) = 222+181+110=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB56E is #214A91. Grayscale: #B9B9B9. Windows color (decimal): -2181778 or 7255518. OLE color: 7255518.

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

Color convert

RGB222181110-
CMYK00.180.500.13
HSL38.04º62.92%65.1%-
HSV(B)38.04º50.45%87.06%-
XYZ49.4649.721.74-
YUV185.1685.58154.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=43.27%
G=35.28%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218111000.180.500.1338.0462.9265.1
HexDEB56E01232D263f41
Octal33626515602262154677101
Binary1101111010110101110111001001011001011011001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB56E; }

 p { color: rgb(222,181,110); }

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

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

 a { background-color: rgb(222,181,110); }

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

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

 span { border-color: rgb(222,181,110); }

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