#DEB576

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

Shades of Maize #DEB576

Tints of Maize #DEB576

Color information

#DEB576 (or 0xDEB576) is unknown color: approx Maize. HEX triplet: DE, B5 and 76. RGB value is (222,181,118). Sum of RGB (Red+Green+Blue) = 222+181+118=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB576 is #214A89. Grayscale: #BABABA. Windows color (decimal): -2181770 or 7779806. OLE color: 7779806.

HSL color Cylindrical-coordinate representation of color #DEB576: hue angle of 36.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEB576 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222181118-
CMYK00.180.470.13
HSL36.35º61.18%66.67%-
HSV(B)36.35º46.85%87.06%-
XYZ49.9249.8924.14-
YUV186.0889.58153.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=42.61%
G=34.74%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218111800.180.470.1336.3561.1866.67
HexDEB5760122FD243d43
Octal33626516602257154475103
Binary1101111010110101111011001001010111111011001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB576; }

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

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

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

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

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

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

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

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