Shades of Maize #DFBA7E
Tints of Maize #DFBA7E
RGB
CMYK
RGB Variations
Color information
#DFBA7E (or 0xDFBA7E) is known color: Maize. HEX triplet: DF, BA and 7E. RGB value is (223,186,126). Sum of RGB (Red+Green+Blue) = 223+186+126=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7E is #204581. Grayscale: #BEBEBE. Windows color (decimal): -2114946 or 8305375. OLE color: 8305375.
HSL color Cylindrical-coordinate representation of color #DFBA7E: hue angle of 37.11º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFBA7E is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 126 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.13 |
| HSL | 37.11º | 0.6% | 0.68% | - |
| HSV(B) | 37.11º | 0.43% | 0.87% | - |
| XYZ | 51.76 | 52.31 | 27.11 | - |
| YUV | 190.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 126 | 0 | 0.17 | 0.43 | 0.13 | 37.11 | 0.6 | 0.68 |
| Hex | DF | BA | 7E | 0 | 11 | 2B | D | 25 | 3C | 44 |
| Octal | 337 | 272 | 176 | 0 | 21 | 53 | 15 | 45 | 74 | 104 |
| Binary | 11011111 | 10111010 | 1111110 | 0 | 10001 | 101011 | 1101 | 100101 | 111100 | 1000100 |
Color Harmonies of #DFBA7E
Complementary color
Monochromatic Colors of #DFBA7E
Black with #DFBA7E
Text Example
Text Example
White with #DFBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA7E; }
p { color: rgb(223,186,126); }
H1.HeaderClassName
{
color: #DFBA7E;
}
.AnyTagClassName
{
color: #DFBA7E;
}
</style>
background-color css
<style>
a { background-color: #DFBA7E; }
a { background-color: rgb(223,186,126); }
div.DivClassName
{
background-color: #DFBA7E;
}
.BgClassName
{
background-color: #DFBA7E;
}
</style>
border-color css
<style>
span { border-color: #DFBA7E; }
span { border-color: rgb(223,186,126); }
td.TdClassName
{
border-color: #DFBA7E;
}
.TagClassName
{
border-color: #DFBA7E;
}
</style>