Shades of Maize #DEB77A
Tints of Maize #DEB77A
RGB
CMYK
RGB Variations
Color information
#DEB77A (or 0xDEB77A) is known color: Maize. HEX triplet: DE, B7 and 7A. RGB value is (222,183,122). Sum of RGB (Red+Green+Blue) = 222+183+122=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB77A is #214885. Grayscale: #BBBBBB. Windows color (decimal): -2181254 or 8042462. OLE color: 8042462.
HSL color Cylindrical-coordinate representation of color #DEB77A: hue angle of 36.6º 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 #DEB77A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 122 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.13 |
| HSL | 36.6º | 0.6% | 0.67% | - |
| HSV(B) | 36.6º | 0.45% | 0.87% | - |
| XYZ | 50.57 | 50.8 | 25.55 | - |
| YUV | 187.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 122 | 0 | 0.18 | 0.45 | 0.13 | 36.6 | 0.6 | 0.67 |
| Hex | DE | B7 | 7A | 0 | 12 | 2D | D | 25 | 3C | 43 |
| Octal | 336 | 267 | 172 | 0 | 22 | 55 | 15 | 45 | 74 | 103 |
| Binary | 11011110 | 10110111 | 1111010 | 0 | 10010 | 101101 | 1101 | 100101 | 111100 | 1000011 |
Color Harmonies of #DEB77A
Complementary color
Monochromatic Colors of #DEB77A
Black with #DEB77A
Text Example
Text Example
White with #DEB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB77A; }
p { color: rgb(222,183,122); }
H1.HeaderClassName
{
color: #DEB77A;
}
.AnyTagClassName
{
color: #DEB77A;
}
</style>
background-color css
<style>
a { background-color: #DEB77A; }
a { background-color: rgb(222,183,122); }
div.DivClassName
{
background-color: #DEB77A;
}
.BgClassName
{
background-color: #DEB77A;
}
</style>
border-color css
<style>
span { border-color: #DEB77A; }
span { border-color: rgb(222,183,122); }
td.TdClassName
{
border-color: #DEB77A;
}
.TagClassName
{
border-color: #DEB77A;
}
</style>