Shades of Maize #DFB97A
Tints of Maize #DFB97A
RGB
CMYK
RGB Variations
Color information
#DFB97A (or 0xDFB97A) is known color: Maize. HEX triplet: DF, B9 and 7A. RGB value is (223,185,122). Sum of RGB (Red+Green+Blue) = 223+185+122=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB97A is #204685. Grayscale: #BDBDBD. Windows color (decimal): -2115206 or 8042975. OLE color: 8042975.
HSL color Cylindrical-coordinate representation of color #DFB97A: hue angle of 37.43º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFB97A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 122 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 37.43º | 0.61% | 0.68% | - |
| HSV(B) | 37.43º | 0.45% | 0.87% | - |
| XYZ | 51.29 | 51.79 | 25.71 | - |
| YUV | 189.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 122 | 0 | 0.17 | 0.45 | 0.13 | 37.43 | 0.61 | 0.68 |
| Hex | DF | B9 | 7A | 0 | 11 | 2D | D | 25 | 3D | 44 |
| Octal | 337 | 271 | 172 | 0 | 21 | 55 | 15 | 45 | 75 | 104 |
| Binary | 11011111 | 10111001 | 1111010 | 0 | 10001 | 101101 | 1101 | 100101 | 111101 | 1000100 |
Color Harmonies of #DFB97A
Complementary color
Monochromatic Colors of #DFB97A
Black with #DFB97A
Text Example
Text Example
White with #DFB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB97A; }
p { color: rgb(223,185,122); }
H1.HeaderClassName
{
color: #DFB97A;
}
.AnyTagClassName
{
color: #DFB97A;
}
</style>
background-color css
<style>
a { background-color: #DFB97A; }
a { background-color: rgb(223,185,122); }
div.DivClassName
{
background-color: #DFB97A;
}
.BgClassName
{
background-color: #DFB97A;
}
</style>
border-color css
<style>
span { border-color: #DFB97A; }
span { border-color: rgb(223,185,122); }
td.TdClassName
{
border-color: #DFB97A;
}
.TagClassName
{
border-color: #DFB97A;
}
</style>