Shades of Maize #DEB879
Tints of Maize #DEB879
RGB
CMYK
RGB Variations
Color information
#DEB879 (or 0xDEB879) is known color: Maize. HEX triplet: DE, B8 and 79. RGB value is (222,184,121). Sum of RGB (Red+Green+Blue) = 222+184+121=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB879 is #214786. Grayscale: #BCBCBC. Windows color (decimal): -2180999 or 7977182. OLE color: 7977182.
HSL color Cylindrical-coordinate representation of color #DEB879: hue angle of 37.43º 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 #DEB879 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 121 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 37.43º | 0.6% | 0.67% | - |
| HSV(B) | 37.43º | 0.45% | 0.87% | - |
| XYZ | 50.72 | 51.19 | 25.3 | - |
| YUV | 188.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 121 | 0 | 0.17 | 0.45 | 0.13 | 37.43 | 0.6 | 0.67 |
| Hex | DE | B8 | 79 | 0 | 11 | 2D | D | 25 | 3C | 43 |
| Octal | 336 | 270 | 171 | 0 | 21 | 55 | 15 | 45 | 74 | 103 |
| Binary | 11011110 | 10111000 | 1111001 | 0 | 10001 | 101101 | 1101 | 100101 | 111100 | 1000011 |
Color Harmonies of #DEB879
Complementary color
Monochromatic Colors of #DEB879
Black with #DEB879
Text Example
Text Example
White with #DEB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB879; }
p { color: rgb(222,184,121); }
H1.HeaderClassName
{
color: #DEB879;
}
.AnyTagClassName
{
color: #DEB879;
}
</style>
background-color css
<style>
a { background-color: #DEB879; }
a { background-color: rgb(222,184,121); }
div.DivClassName
{
background-color: #DEB879;
}
.BgClassName
{
background-color: #DEB879;
}
</style>
border-color css
<style>
span { border-color: #DEB879; }
span { border-color: rgb(222,184,121); }
td.TdClassName
{
border-color: #DEB879;
}
.TagClassName
{
border-color: #DEB879;
}
</style>