Shades of Maize #DFBA7C
Tints of Maize #DFBA7C
RGB
CMYK
RGB Variations
Color information
#DFBA7C (or 0xDFBA7C) is known color: Maize. HEX triplet: DF, BA and 7C. RGB value is (223,186,124). Sum of RGB (Red+Green+Blue) = 223+186+124=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7C is #204583. Grayscale: #BEBEBE. Windows color (decimal): -2114948 or 8174303. OLE color: 8174303.
HSL color Cylindrical-coordinate representation of color #DFBA7C: hue angle of 37.58º degrees, saturation: 0.61, 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 #DFBA7C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 124 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.13 |
| HSL | 37.58º | 0.61% | 0.68% | - |
| HSV(B) | 37.58º | 0.44% | 0.87% | - |
| XYZ | 51.63 | 52.26 | 26.44 | - |
| YUV | 190 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 124 | 0 | 0.17 | 0.44 | 0.13 | 37.58 | 0.61 | 0.68 |
| Hex | DF | BA | 7C | 0 | 11 | 2C | D | 26 | 3D | 44 |
| Octal | 337 | 272 | 174 | 0 | 21 | 54 | 15 | 46 | 75 | 104 |
| Binary | 11011111 | 10111010 | 1111100 | 0 | 10001 | 101100 | 1101 | 100110 | 111101 | 1000100 |
Color Harmonies of #DFBA7C
Complementary color
Monochromatic Colors of #DFBA7C
Black with #DFBA7C
Text Example
Text Example
White with #DFBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA7C; }
p { color: rgb(223,186,124); }
H1.HeaderClassName
{
color: #DFBA7C;
}
.AnyTagClassName
{
color: #DFBA7C;
}
</style>
background-color css
<style>
a { background-color: #DFBA7C; }
a { background-color: rgb(223,186,124); }
div.DivClassName
{
background-color: #DFBA7C;
}
.BgClassName
{
background-color: #DFBA7C;
}
</style>
border-color css
<style>
span { border-color: #DFBA7C; }
span { border-color: rgb(223,186,124); }
td.TdClassName
{
border-color: #DFBA7C;
}
.TagClassName
{
border-color: #DFBA7C;
}
</style>