Shades of Maize #DEB97A
Tints of Maize #DEB97A
RGB
CMYK
RGB Variations
Color information
#DEB97A (or 0xDEB97A) is known color: Maize. HEX triplet: DE, B9 and 7A. RGB value is (222,185,122). Sum of RGB (Red+Green+Blue) = 222+185+122=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB97A is #214685. Grayscale: #BDBDBD. Windows color (decimal): -2180742 or 8042974. OLE color: 8042974.
HSL color Cylindrical-coordinate representation of color #DEB97A: hue angle of 37.8º 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 #DEB97A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 122 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 37.8º | 0.6% | 0.67% | - |
| HSV(B) | 37.8º | 0.45% | 0.87% | - |
| XYZ | 50.99 | 51.63 | 25.69 | - |
| YUV | 188.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 122 | 0 | 0.17 | 0.45 | 0.13 | 37.8 | 0.6 | 0.67 |
| Hex | DE | B9 | 7A | 0 | 11 | 2D | D | 26 | 3C | 43 |
| Octal | 336 | 271 | 172 | 0 | 21 | 55 | 15 | 46 | 74 | 103 |
| Binary | 11011110 | 10111001 | 1111010 | 0 | 10001 | 101101 | 1101 | 100110 | 111100 | 1000011 |
Color Harmonies of #DEB97A
Complementary color
Monochromatic Colors of #DEB97A
Black with #DEB97A
Text Example
Text Example
White with #DEB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB97A; }
p { color: rgb(222,185,122); }
H1.HeaderClassName
{
color: #DEB97A;
}
.AnyTagClassName
{
color: #DEB97A;
}
</style>
background-color css
<style>
a { background-color: #DEB97A; }
a { background-color: rgb(222,185,122); }
div.DivClassName
{
background-color: #DEB97A;
}
.BgClassName
{
background-color: #DEB97A;
}
</style>
border-color css
<style>
span { border-color: #DEB97A; }
span { border-color: rgb(222,185,122); }
td.TdClassName
{
border-color: #DEB97A;
}
.TagClassName
{
border-color: #DEB97A;
}
</style>