#DEB476

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

Shades of Maize #DEB476

Tints of Maize #DEB476

Color information

#DEB476 (or 0xDEB476) is unknown color: approx Maize. HEX triplet: DE, B4 and 76. RGB value is (222,180,118). Sum of RGB (Red+Green+Blue) = 222+180+118=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB476 is #214B89. Grayscale: #B9B9B9. Windows color (decimal): -2182026 or 7779550. OLE color: 7779550.

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

Color convert

RGB222180118-
CMYK00.190.470.13
HSL35.77º61.18%66.67%-
HSV(B)35.77º46.85%87.06%-
XYZ49.7249.4824.07-
YUV185.4989.91154.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=42.69%
G=34.62%
B=22.69%

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
Decimal22218011800.190.470.1335.7761.1866.67
HexDEB4760132FD243d43
Octal33626416602357154475103
Binary1101111010110100111011001001110111111011001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB476; }

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

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

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

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

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

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

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

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