#DEB580

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

Shades of Maize #DEB580

Tints of Maize #DEB580

Color information

#DEB580 (or 0xDEB580) is unknown color: approx Maize. HEX triplet: DE, B5 and 80. RGB value is (222,181,128). Sum of RGB (Red+Green+Blue) = 222+181+128=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB580 is #214A7F. Grayscale: #BBBBBB. Windows color (decimal): -2181760 or 8435166. OLE color: 8435166.

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

Color convert

RGB222181128-
CMYK00.180.420.13
HSL33.83º58.75%68.63%-
HSV(B)33.83º42.34%87.06%-
XYZ50.5450.1427.44-
YUV187.2294.58152.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=41.81%
G=34.09%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218112800.180.420.1333.8358.7568.63
HexDEB5800122AD223b45
Octal33626520002252154273105
Binary11011110101101011000000001001010101011011000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB580; }

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

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

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

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

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

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

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

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