#DEB47F

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

Shades of Maize #DEB47F

Tints of Maize #DEB47F

Color information

#DEB47F (or 0xDEB47F) is unknown color: approx Maize. HEX triplet: DE, B4 and 7F. RGB value is (222,180,127). Sum of RGB (Red+Green+Blue) = 222+180+127=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB47F is #214B80. Grayscale: #BABABA. Windows color (decimal): -2182017 or 8369374. OLE color: 8369374.

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

Color convert

RGB222180127-
CMYK00.190.430.13
HSL33.47º59.01%68.43%-
HSV(B)33.47º42.79%87.06%-
XYZ50.2849.727.02-
YUV186.5294.41153.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 127 (50% from 255) = 24.01%
R=41.97%
G=34.03%
B=24.01%

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
Decimal22218012700.190.430.1333.4759.0168.43
HexDEB47F0132BD213b44
Octal33626417702353154173104
Binary1101111010110100111111101001110101111011000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB47F; }

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

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

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

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

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

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

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

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