#DEB881

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

Shades of Maize #DEB881

Tints of Maize #DEB881

Color information

#DEB881 (or 0xDEB881) is unknown color: approx Maize. HEX triplet: DE, B8 and 81. RGB value is (222,184,129). Sum of RGB (Red+Green+Blue) = 222+184+129=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB881 is #21477E. Grayscale: #BDBDBD. Windows color (decimal): -2180991 or 8501470. OLE color: 8501470.

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

Color convert

RGB222184129-
CMYK00.170.420.13
HSL35.48º58.49%68.82%-
HSV(B)35.48º41.89%87.06%-
XYZ51.2351.427.99-
YUV189.0994.09151.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 129 (50.78% from 255) = 24.11%
R=41.50%
G=34.39%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218412900.170.420.1335.4858.4968.82
HexDEB8810112AD233a45
Octal33627020102152154372105
Binary11011110101110001000000101000110101011011000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB881; }

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

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

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

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

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

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

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

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