#DEB579

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

Shades of Maize #DEB579

Tints of Maize #DEB579

Color information

#DEB579 (or 0xDEB579) is unknown color: approx Maize. HEX triplet: DE, B5 and 79. RGB value is (222,181,121). Sum of RGB (Red+Green+Blue) = 222+181+121=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB579 is #214A86. Grayscale: #BABABA. Windows color (decimal): -2181767 or 7976414. OLE color: 7976414.

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

Color convert

RGB222181121-
CMYK00.180.450.13
HSL35.64º60.48%67.25%-
HSV(B)35.64º45.5%87.06%-
XYZ50.149.9625.09-
YUV186.4291.08153.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 121 (47.66% from 255) = 23.09%
R=42.37%
G=34.54%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218112100.180.450.1335.6460.4867.25
HexDEB5790122DD243c43
Octal33626517102255154474103
Binary1101111010110101111100101001010110111011001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB579; }

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

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

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

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

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

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

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

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