Shades of Maize #DEB777
Tints of Maize #DEB777
RGB
CMYK
RGB Variations
Color information
#DEB777 (or 0xDEB777) is known color: Maize. HEX triplet: DE, B7 and 77. RGB value is (222,183,119). Sum of RGB (Red+Green+Blue) = 222+183+119=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB777 is #214888. Grayscale: #BBBBBB. Windows color (decimal): -2181257 or 7845854. OLE color: 7845854.
HSL color Cylindrical-coordinate representation of color #DEB777: hue angle of 37.28º 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 #DEB777 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 119 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.13 |
| HSL | 37.28º | 0.61% | 0.67% | - |
| HSV(B) | 37.28º | 0.46% | 0.87% | - |
| XYZ | 50.39 | 50.73 | 24.59 | - |
| YUV | 187.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 119 | 0 | 0.18 | 0.46 | 0.13 | 37.28 | 0.61 | 0.67 |
| Hex | DE | B7 | 77 | 0 | 12 | 2E | D | 25 | 3D | 43 |
| Octal | 336 | 267 | 167 | 0 | 22 | 56 | 15 | 45 | 75 | 103 |
| Binary | 11011110 | 10110111 | 1110111 | 0 | 10010 | 101110 | 1101 | 100101 | 111101 | 1000011 |
Color Harmonies of #DEB777
Complementary color
Monochromatic Colors of #DEB777
Black with #DEB777
Text Example
Text Example
White with #DEB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB777; }
p { color: rgb(222,183,119); }
H1.HeaderClassName
{
color: #DEB777;
}
.AnyTagClassName
{
color: #DEB777;
}
</style>
background-color css
<style>
a { background-color: #DEB777; }
a { background-color: rgb(222,183,119); }
div.DivClassName
{
background-color: #DEB777;
}
.BgClassName
{
background-color: #DEB777;
}
</style>
border-color css
<style>
span { border-color: #DEB777; }
span { border-color: rgb(222,183,119); }
td.TdClassName
{
border-color: #DEB777;
}
.TagClassName
{
border-color: #DEB777;
}
</style>