Shades of Maize #DEB375
Tints of Maize #DEB375
RGB
CMYK
RGB Variations
Color information
#DEB375 (or 0xDEB375) is known color: Maize. HEX triplet: DE, B3 and 75. RGB value is (222,179,117). Sum of RGB (Red+Green+Blue) = 222+179+117=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB375 is #214C8A. Grayscale: #B9B9B9. Windows color (decimal): -2182283 or 7713758. OLE color: 7713758.
HSL color Cylindrical-coordinate representation of color #DEB375: hue angle of 35.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEB375 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 117 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.13 |
| HSL | 35.43º | 0.61% | 0.66% | - |
| HSV(B) | 35.43º | 0.47% | 0.87% | - |
| XYZ | 49.46 | 49.05 | 23.69 | - |
| YUV | 184.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 117 | 0 | 0.19 | 0.47 | 0.13 | 35.43 | 0.61 | 0.66 |
| Hex | DE | B3 | 75 | 0 | 13 | 2F | D | 23 | 3D | 42 |
| Octal | 336 | 263 | 165 | 0 | 23 | 57 | 15 | 43 | 75 | 102 |
| Binary | 11011110 | 10110011 | 1110101 | 0 | 10011 | 101111 | 1101 | 100011 | 111101 | 1000010 |
Color Harmonies of #DEB375
Complementary color
Monochromatic Colors of #DEB375
Black with #DEB375
Text Example
Text Example
White with #DEB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB375; }
p { color: rgb(222,179,117); }
H1.HeaderClassName
{
color: #DEB375;
}
.AnyTagClassName
{
color: #DEB375;
}
</style>
background-color css
<style>
a { background-color: #DEB375; }
a { background-color: rgb(222,179,117); }
div.DivClassName
{
background-color: #DEB375;
}
.BgClassName
{
background-color: #DEB375;
}
</style>
border-color css
<style>
span { border-color: #DEB375; }
span { border-color: rgb(222,179,117); }
td.TdClassName
{
border-color: #DEB375;
}
.TagClassName
{
border-color: #DEB375;
}
</style>