Shades of Maize #DEB979
Tints of Maize #DEB979
RGB
CMYK
RGB Variations
Color information
#DEB979 (or 0xDEB979) is known color: Maize. HEX triplet: DE, B9 and 79. RGB value is (222,185,121). Sum of RGB (Red+Green+Blue) = 222+185+121=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB979 is #214686. Grayscale: #BDBDBD. Windows color (decimal): -2180743 or 7977438. OLE color: 7977438.
HSL color Cylindrical-coordinate representation of color #DEB979: hue angle of 38.02º 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 #DEB979 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 121 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 38.02º | 0.6% | 0.67% | - |
| HSV(B) | 38.02º | 0.45% | 0.87% | - |
| XYZ | 50.92 | 51.61 | 25.37 | - |
| YUV | 188.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 121 | 0 | 0.17 | 0.45 | 0.13 | 38.02 | 0.6 | 0.67 |
| Hex | DE | B9 | 79 | 0 | 11 | 2D | D | 26 | 3C | 43 |
| Octal | 336 | 271 | 171 | 0 | 21 | 55 | 15 | 46 | 74 | 103 |
| Binary | 11011110 | 10111001 | 1111001 | 0 | 10001 | 101101 | 1101 | 100110 | 111100 | 1000011 |
Color Harmonies of #DEB979
Complementary color
Monochromatic Colors of #DEB979
Black with #DEB979
Text Example
Text Example
White with #DEB979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB979; }
p { color: rgb(222,185,121); }
H1.HeaderClassName
{
color: #DEB979;
}
.AnyTagClassName
{
color: #DEB979;
}
</style>
background-color css
<style>
a { background-color: #DEB979; }
a { background-color: rgb(222,185,121); }
div.DivClassName
{
background-color: #DEB979;
}
.BgClassName
{
background-color: #DEB979;
}
</style>
border-color css
<style>
span { border-color: #DEB979; }
span { border-color: rgb(222,185,121); }
td.TdClassName
{
border-color: #DEB979;
}
.TagClassName
{
border-color: #DEB979;
}
</style>