#DEB377

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

Shades of Maize #DEB377

Tints of Maize #DEB377

Color information

#DEB377 (or 0xDEB377) is unknown color: approx Maize. HEX triplet: DE, B3 and 77. RGB value is (222,179,119). Sum of RGB (Red+Green+Blue) = 222+179+119=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB377 is #214C88. Grayscale: #B9B9B9. Windows color (decimal): -2182281 or 7844830. OLE color: 7844830.

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

Color convert

RGB222179119-
CMYK00.190.460.13
HSL34.95º60.95%66.86%-
HSV(B)34.95º46.4%87.06%-
XYZ49.5749.124.32-
YUV185.0290.75154.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=42.69%
G=34.42%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217911900.190.460.1334.9560.9566.86
HexDEB3770132ED233d43
Octal33626316702356154375103
Binary1101111010110011111011101001110111011011000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB377; }

 p { color: rgb(222,179,119); }

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

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

 a { background-color: rgb(222,179,119); }

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

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

 span { border-color: rgb(222,179,119); }

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