Shades of Maize #DFBA7D
Tints of Maize #DFBA7D
RGB
CMYK
RGB Variations
Color information
#DFBA7D (or 0xDFBA7D) is known color: Maize. HEX triplet: DF, BA and 7D. RGB value is (223,186,125). Sum of RGB (Red+Green+Blue) = 223+186+125=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7D is #204582. Grayscale: #BEBEBE. Windows color (decimal): -2114947 or 8239839. OLE color: 8239839.
HSL color Cylindrical-coordinate representation of color #DFBA7D: hue angle of 37.35º 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 #DFBA7D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 125 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.13 |
| HSL | 37.35º | 0.6% | 0.68% | - |
| HSV(B) | 37.35º | 0.44% | 0.87% | - |
| XYZ | 51.69 | 52.29 | 26.77 | - |
| YUV | 190.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 125 | 0 | 0.17 | 0.44 | 0.13 | 37.35 | 0.6 | 0.68 |
| Hex | DF | BA | 7D | 0 | 11 | 2C | D | 25 | 3C | 44 |
| Octal | 337 | 272 | 175 | 0 | 21 | 54 | 15 | 45 | 74 | 104 |
| Binary | 11011111 | 10111010 | 1111101 | 0 | 10001 | 101100 | 1101 | 100101 | 111100 | 1000100 |
Color Harmonies of #DFBA7D
Complementary color
Monochromatic Colors of #DFBA7D
Black with #DFBA7D
Text Example
Text Example
White with #DFBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA7D; }
p { color: rgb(223,186,125); }
H1.HeaderClassName
{
color: #DFBA7D;
}
.AnyTagClassName
{
color: #DFBA7D;
}
</style>
background-color css
<style>
a { background-color: #DFBA7D; }
a { background-color: rgb(223,186,125); }
div.DivClassName
{
background-color: #DFBA7D;
}
.BgClassName
{
background-color: #DFBA7D;
}
</style>
border-color css
<style>
span { border-color: #DFBA7D; }
span { border-color: rgb(223,186,125); }
td.TdClassName
{
border-color: #DFBA7D;
}
.TagClassName
{
border-color: #DFBA7D;
}
</style>