Shades of Maize #DFB97B
Tints of Maize #DFB97B
RGB
CMYK
RGB Variations
Color information
#DFB97B (or 0xDFB97B) is known color: Maize. HEX triplet: DF, B9 and 7B. RGB value is (223,185,123). Sum of RGB (Red+Green+Blue) = 223+185+123=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB97B is #204684. Grayscale: #BDBDBD. Windows color (decimal): -2115205 or 8108511. OLE color: 8108511.
HSL color Cylindrical-coordinate representation of color #DFB97B: hue angle of 37.2º 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 #DFB97B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 123 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 37.2º | 0.61% | 0.68% | - |
| HSV(B) | 37.2º | 0.45% | 0.87% | - |
| XYZ | 51.36 | 51.82 | 26.03 | - |
| YUV | 189.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 123 | 0 | 0.17 | 0.45 | 0.13 | 37.2 | 0.61 | 0.68 |
| Hex | DF | B9 | 7B | 0 | 11 | 2D | D | 25 | 3D | 44 |
| Octal | 337 | 271 | 173 | 0 | 21 | 55 | 15 | 45 | 75 | 104 |
| Binary | 11011111 | 10111001 | 1111011 | 0 | 10001 | 101101 | 1101 | 100101 | 111101 | 1000100 |
Color Harmonies of #DFB97B
Complementary color
Monochromatic Colors of #DFB97B
Black with #DFB97B
Text Example
Text Example
White with #DFB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB97B; }
p { color: rgb(223,185,123); }
H1.HeaderClassName
{
color: #DFB97B;
}
.AnyTagClassName
{
color: #DFB97B;
}
</style>
background-color css
<style>
a { background-color: #DFB97B; }
a { background-color: rgb(223,185,123); }
div.DivClassName
{
background-color: #DFB97B;
}
.BgClassName
{
background-color: #DFB97B;
}
</style>
border-color css
<style>
span { border-color: #DFB97B; }
span { border-color: rgb(223,185,123); }
td.TdClassName
{
border-color: #DFB97B;
}
.TagClassName
{
border-color: #DFB97B;
}
</style>