#DEB47E

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

Shades of Maize #DEB47E

Tints of Maize #DEB47E

Color information

#DEB47E (or 0xDEB47E) is unknown color: approx Maize. HEX triplet: DE, B4 and 7E. RGB value is (222,180,126). Sum of RGB (Red+Green+Blue) = 222+180+126=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB47E is #214B81. Grayscale: #BABABA. Windows color (decimal): -2182018 or 8303838. OLE color: 8303838.

HSL color Cylindrical-coordinate representation of color #DEB47E: hue angle of 33.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEB47E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB222180126-
CMYK00.190.430.13
HSL33.75º59.26%68.24%-
HSV(B)33.75º43.24%87.06%-
XYZ50.2149.6826.68-
YUV186.493.91153.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 126 (49.61% from 255) = 23.86%
R=42.05%
G=34.09%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218012600.190.430.1333.7559.2668.24
HexDEB47E0132BD223b44
Octal33626417602353154273104
Binary1101111010110100111111001001110101111011000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB47E; }

 p { color: rgb(222,180,126); }

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

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

 a { background-color: rgb(222,180,126); }

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

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

 span { border-color: rgb(222,180,126); }

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