#DEBA81

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

Shades of Maize #DEBA81

Tints of Maize #DEBA81

Color information

#DEBA81 (or 0xDEBA81) is unknown color: approx Maize. HEX triplet: DE, BA and 81. RGB value is (222,186,129). Sum of RGB (Red+Green+Blue) = 222+186+129=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBA81 is #21457E. Grayscale: #BEBEBE. Windows color (decimal): -2180479 or 8501982. OLE color: 8501982.

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

Color convert

RGB222186129-
CMYK00.160.420.13
HSL36.77º58.49%68.82%-
HSV(B)36.77º41.89%87.06%-
XYZ51.6552.2328.13-
YUV190.2793.43150.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=41.34%
G=34.64%
B=24.02%

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
Decimal22218612900.160.420.1336.7758.4968.82
HexDEBA810102AD253a45
Octal33627220102052154572105
Binary11011110101110101000000101000010101011011001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA81; }

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

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

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

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

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

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

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

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