Shades of Maize #DFB978
Tints of Maize #DFB978
RGB
CMYK
RGB Variations
Color information
#DFB978 (or 0xDFB978) is known color: Maize. HEX triplet: DF, B9 and 78. RGB value is (223,185,120). Sum of RGB (Red+Green+Blue) = 223+185+120=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB978 is #204687. Grayscale: #BDBDBD. Windows color (decimal): -2115208 or 7911903. OLE color: 7911903.
HSL color Cylindrical-coordinate representation of color #DFB978: hue angle of 37.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFB978 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 120 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.13 |
| HSL | 37.86º | 0.62% | 0.67% | - |
| HSV(B) | 37.86º | 0.46% | 0.87% | - |
| XYZ | 51.17 | 51.74 | 25.06 | - |
| YUV | 188.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 120 | 0 | 0.17 | 0.46 | 0.13 | 37.86 | 0.62 | 0.67 |
| Hex | DF | B9 | 78 | 0 | 11 | 2E | D | 26 | 3E | 43 |
| Octal | 337 | 271 | 170 | 0 | 21 | 56 | 15 | 46 | 76 | 103 |
| Binary | 11011111 | 10111001 | 1111000 | 0 | 10001 | 101110 | 1101 | 100110 | 111110 | 1000011 |
Color Harmonies of #DFB978
Complementary color
Monochromatic Colors of #DFB978
Black with #DFB978
Text Example
Text Example
White with #DFB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB978; }
p { color: rgb(223,185,120); }
H1.HeaderClassName
{
color: #DFB978;
}
.AnyTagClassName
{
color: #DFB978;
}
</style>
background-color css
<style>
a { background-color: #DFB978; }
a { background-color: rgb(223,185,120); }
div.DivClassName
{
background-color: #DFB978;
}
.BgClassName
{
background-color: #DFB978;
}
</style>
border-color css
<style>
span { border-color: #DFB978; }
span { border-color: rgb(223,185,120); }
td.TdClassName
{
border-color: #DFB978;
}
.TagClassName
{
border-color: #DFB978;
}
</style>