#DEB475

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

Shades of Maize #DEB475

Tints of Maize #DEB475

Color information

#DEB475 (or 0xDEB475) is unknown color: approx Maize. HEX triplet: DE, B4 and 75. RGB value is (222,180,117). Sum of RGB (Red+Green+Blue) = 222+180+117=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB475 is #214B8A. Grayscale: #B9B9B9. Windows color (decimal): -2182027 or 7714014. OLE color: 7714014.

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

Color convert

RGB222180117-
CMYK00.190.470.13
HSL36º61.4%66.47%-
HSV(B)36º47.3%87.06%-
XYZ49.6649.4623.76-
YUV185.3889.41154.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=42.77%
G=34.68%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218011700.190.470.133661.466.47
HexDEB4750132FD243d42
Octal33626416502357154475102
Binary1101111010110100111010101001110111111011001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB475; }

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

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

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

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

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

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

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

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