Shades of Maize #DFB97D
Tints of Maize #DFB97D
RGB
CMYK
RGB Variations
Color information
#DFB97D (or 0xDFB97D) is known color: Maize. HEX triplet: DF, B9 and 7D. RGB value is (223,185,125). Sum of RGB (Red+Green+Blue) = 223+185+125=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB97D is #204682. Grayscale: #BDBDBD. Windows color (decimal): -2115203 or 8239583. OLE color: 8239583.
HSL color Cylindrical-coordinate representation of color #DFB97D: hue angle of 36.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFB97D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 125 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.13 |
| HSL | 36.73º | 0.6% | 0.68% | - |
| HSV(B) | 36.73º | 0.44% | 0.87% | - |
| XYZ | 51.48 | 51.87 | 26.7 | - |
| YUV | 189.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 125 | 0 | 0.17 | 0.44 | 0.13 | 36.73 | 0.6 | 0.68 |
| Hex | DF | B9 | 7D | 0 | 11 | 2C | D | 25 | 3C | 44 |
| Octal | 337 | 271 | 175 | 0 | 21 | 54 | 15 | 45 | 74 | 104 |
| Binary | 11011111 | 10111001 | 1111101 | 0 | 10001 | 101100 | 1101 | 100101 | 111100 | 1000100 |
Color Harmonies of #DFB97D
Complementary color
Monochromatic Colors of #DFB97D
Black with #DFB97D
Text Example
Text Example
White with #DFB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB97D; }
p { color: rgb(223,185,125); }
H1.HeaderClassName
{
color: #DFB97D;
}
.AnyTagClassName
{
color: #DFB97D;
}
</style>
background-color css
<style>
a { background-color: #DFB97D; }
a { background-color: rgb(223,185,125); }
div.DivClassName
{
background-color: #DFB97D;
}
.BgClassName
{
background-color: #DFB97D;
}
</style>
border-color css
<style>
span { border-color: #DFB97D; }
span { border-color: rgb(223,185,125); }
td.TdClassName
{
border-color: #DFB97D;
}
.TagClassName
{
border-color: #DFB97D;
}
</style>