#DEB379

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

Shades of Maize #DEB379

Tints of Maize #DEB379

Color information

#DEB379 (or 0xDEB379) is unknown color: approx Maize. HEX triplet: DE, B3 and 79. RGB value is (222,179,121). Sum of RGB (Red+Green+Blue) = 222+179+121=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB379 is #214C86. Grayscale: #B9B9B9. Windows color (decimal): -2182279 or 7975902. OLE color: 7975902.

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

Color convert

RGB222179121-
CMYK00.190.450.13
HSL34.46º60.48%67.25%-
HSV(B)34.46º45.5%87.06%-
XYZ49.749.1524.96-
YUV185.2491.75154.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.53%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 121 (47.66% from 255) = 23.18%
R=42.53%
G=34.29%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217912100.190.450.1334.4660.4867.25
HexDEB3790132DD223c43
Octal33626317102355154274103
Binary1101111010110011111100101001110110111011000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB379; }

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

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

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

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

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

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

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

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