Shades of Maize #DFB97F
Tints of Maize #DFB97F
RGB
CMYK
RGB Variations
Color information
#DFB97F (or 0xDFB97F) is known color: Maize. HEX triplet: DF, B9 and 7F. RGB value is (223,185,127). Sum of RGB (Red+Green+Blue) = 223+185+127=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB97F is #204680. Grayscale: #BEBEBE. Windows color (decimal): -2115201 or 8370655. OLE color: 8370655.
HSL color Cylindrical-coordinate representation of color #DFB97F: hue angle of 36.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFB97F is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 127 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.13 |
| HSL | 36.25º | 0.6% | 0.69% | - |
| HSV(B) | 36.25º | 0.43% | 0.87% | - |
| XYZ | 51.61 | 51.92 | 27.38 | - |
| YUV | 189.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 127 | 0 | 0.17 | 0.43 | 0.13 | 36.25 | 0.6 | 0.69 |
| Hex | DF | B9 | 7F | 0 | 11 | 2B | D | 24 | 3C | 45 |
| Octal | 337 | 271 | 177 | 0 | 21 | 53 | 15 | 44 | 74 | 105 |
| Binary | 11011111 | 10111001 | 1111111 | 0 | 10001 | 101011 | 1101 | 100100 | 111100 | 1000101 |
Color Harmonies of #DFB97F
Complementary color
Monochromatic Colors of #DFB97F
Black with #DFB97F
Text Example
Text Example
White with #DFB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB97F; }
p { color: rgb(223,185,127); }
H1.HeaderClassName
{
color: #DFB97F;
}
.AnyTagClassName
{
color: #DFB97F;
}
</style>
background-color css
<style>
a { background-color: #DFB97F; }
a { background-color: rgb(223,185,127); }
div.DivClassName
{
background-color: #DFB97F;
}
.BgClassName
{
background-color: #DFB97F;
}
</style>
border-color css
<style>
span { border-color: #DFB97F; }
span { border-color: rgb(223,185,127); }
td.TdClassName
{
border-color: #DFB97F;
}
.TagClassName
{
border-color: #DFB97F;
}
</style>