#DEBA80

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

Shades of Maize #DEBA80

Tints of Maize #DEBA80

Color information

#DEBA80 (or 0xDEBA80) is unknown color: approx Maize. HEX triplet: DE, BA and 80. RGB value is (222,186,128). Sum of RGB (Red+Green+Blue) = 222+186+128=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBA80 is #21457F. Grayscale: #BEBEBE. Windows color (decimal): -2180480 or 8436446. OLE color: 8436446.

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

Color convert

RGB222186128-
CMYK00.160.420.13
HSL37.02º58.75%68.63%-
HSV(B)37.02º42.34%87.06%-
XYZ51.5852.2127.78-
YUV190.1592.93150.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=41.42%
G=34.70%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218612800.160.420.1337.0258.7568.63
HexDEBA800102AD253b45
Octal33627220002052154573105
Binary11011110101110101000000001000010101011011001011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA80; }

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

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

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

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

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

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

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

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