Shades of Maize #DEB877
Tints of Maize #DEB877
RGB
CMYK
RGB Variations
Color information
#DEB877 (or 0xDEB877) is known color: Maize. HEX triplet: DE, B8 and 77. RGB value is (222,184,119). Sum of RGB (Red+Green+Blue) = 222+184+119=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB877 is #214788. Grayscale: #BCBCBC. Windows color (decimal): -2181001 or 7846110. OLE color: 7846110.
HSL color Cylindrical-coordinate representation of color #DEB877: hue angle of 37.86º 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 #DEB877 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 119 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.13 |
| HSL | 37.86º | 0.61% | 0.67% | - |
| HSV(B) | 37.86º | 0.46% | 0.87% | - |
| XYZ | 50.59 | 51.14 | 24.66 | - |
| YUV | 187.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 119 | 0 | 0.17 | 0.46 | 0.13 | 37.86 | 0.61 | 0.67 |
| Hex | DE | B8 | 77 | 0 | 11 | 2E | D | 26 | 3D | 43 |
| Octal | 336 | 270 | 167 | 0 | 21 | 56 | 15 | 46 | 75 | 103 |
| Binary | 11011110 | 10111000 | 1110111 | 0 | 10001 | 101110 | 1101 | 100110 | 111101 | 1000011 |
Color Harmonies of #DEB877
Complementary color
Monochromatic Colors of #DEB877
Black with #DEB877
Text Example
Text Example
White with #DEB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB877; }
p { color: rgb(222,184,119); }
H1.HeaderClassName
{
color: #DEB877;
}
.AnyTagClassName
{
color: #DEB877;
}
</style>
background-color css
<style>
a { background-color: #DEB877; }
a { background-color: rgb(222,184,119); }
div.DivClassName
{
background-color: #DEB877;
}
.BgClassName
{
background-color: #DEB877;
}
</style>
border-color css
<style>
span { border-color: #DEB877; }
span { border-color: rgb(222,184,119); }
td.TdClassName
{
border-color: #DEB877;
}
.TagClassName
{
border-color: #DEB877;
}
</style>