#DEB581

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

Shades of Maize #DEB581

Tints of Maize #DEB581

Color information

#DEB581 (or 0xDEB581) is unknown color: approx Maize. HEX triplet: DE, B5 and 81. RGB value is (222,181,129). Sum of RGB (Red+Green+Blue) = 222+181+129=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB581 is #214A7E. Grayscale: #BBBBBB. Windows color (decimal): -2181759 or 8500702. OLE color: 8500702.

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

Color convert

RGB222181129-
CMYK00.180.420.13
HSL33.55º58.49%68.82%-
HSV(B)33.55º41.89%87.06%-
XYZ50.6150.1627.78-
YUV187.3395.08152.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 129 (50.78% from 255) = 24.25%
R=41.73%
G=34.02%
B=24.25%

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
Decimal22218112900.180.420.1333.5558.4968.82
HexDEB5810122AD223a45
Octal33626520102252154272105
Binary11011110101101011000000101001010101011011000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB581; }

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

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

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

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

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

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

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

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