#DEB880

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

Shades of Maize #DEB880

Tints of Maize #DEB880

Color information

#DEB880 (or 0xDEB880) is unknown color: approx Maize. HEX triplet: DE, B8 and 80. RGB value is (222,184,128). Sum of RGB (Red+Green+Blue) = 222+184+128=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB880 is #21477F. Grayscale: #BDBDBD. Windows color (decimal): -2180992 or 8435934. OLE color: 8435934.

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

Color convert

RGB222184128-
CMYK00.170.420.13
HSL35.74º58.75%68.63%-
HSV(B)35.74º42.34%87.06%-
XYZ51.1651.3727.64-
YUV188.9893.59151.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 128 (50.39% from 255) = 23.97%
R=41.57%
G=34.46%
B=23.97%

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
Decimal22218412800.170.420.1335.7458.7568.63
HexDEB8800112AD243b45
Octal33627020002152154473105
Binary11011110101110001000000001000110101011011001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB880; }

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

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

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

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

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

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

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

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