Shades of Maize #DEBA7F
Tints of Maize #DEBA7F
RGB
CMYK
RGB Variations
Color information
#DEBA7F (or 0xDEBA7F) is known color: Maize. HEX triplet: DE, BA and 7F. RGB value is (222,186,127). Sum of RGB (Red+Green+Blue) = 222+186+127=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA7F is #214580. Grayscale: #BEBEBE. Windows color (decimal): -2180481 or 8370910. OLE color: 8370910.
HSL color Cylindrical-coordinate representation of color #DEBA7F: hue angle of 37.26º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEBA7F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 127 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 37.26º | 0.59% | 0.68% | - |
| HSV(B) | 37.26º | 0.43% | 0.87% | - |
| XYZ | 51.51 | 52.18 | 27.44 | - |
| YUV | 190.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 127 | 0 | 0.16 | 0.43 | 0.13 | 37.26 | 0.59 | 0.68 |
| Hex | DE | BA | 7F | 0 | 10 | 2B | D | 25 | 3B | 44 |
| Octal | 336 | 272 | 177 | 0 | 20 | 53 | 15 | 45 | 73 | 104 |
| Binary | 11011110 | 10111010 | 1111111 | 0 | 10000 | 101011 | 1101 | 100101 | 111011 | 1000100 |
Color Harmonies of #DEBA7F
Complementary color
Monochromatic Colors of #DEBA7F
Black with #DEBA7F
Text Example
Text Example
White with #DEBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA7F; }
p { color: rgb(222,186,127); }
H1.HeaderClassName
{
color: #DEBA7F;
}
.AnyTagClassName
{
color: #DEBA7F;
}
</style>
background-color css
<style>
a { background-color: #DEBA7F; }
a { background-color: rgb(222,186,127); }
div.DivClassName
{
background-color: #DEBA7F;
}
.BgClassName
{
background-color: #DEBA7F;
}
</style>
border-color css
<style>
span { border-color: #DEBA7F; }
span { border-color: rgb(222,186,127); }
td.TdClassName
{
border-color: #DEBA7F;
}
.TagClassName
{
border-color: #DEBA7F;
}
</style>