Shades of Maize #DFBA7F
Tints of Maize #DFBA7F
RGB
CMYK
RGB Variations
Color information
#DFBA7F (or 0xDFBA7F) is known color: Maize. HEX triplet: DF, BA and 7F. RGB value is (223,186,127). Sum of RGB (Red+Green+Blue) = 223+186+127=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7F is #204580. Grayscale: #BEBEBE. Windows color (decimal): -2114945 or 8370911. OLE color: 8370911.
HSL color Cylindrical-coordinate representation of color #DFBA7F: hue angle of 36.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFBA7F is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 127 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.13 |
| HSL | 36.88º | 0.6% | 0.69% | - |
| HSV(B) | 36.88º | 0.43% | 0.87% | - |
| XYZ | 51.82 | 52.34 | 27.45 | - |
| YUV | 190.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 127 | 0 | 0.17 | 0.43 | 0.13 | 36.88 | 0.6 | 0.69 |
| Hex | DF | BA | 7F | 0 | 11 | 2B | D | 25 | 3C | 45 |
| Octal | 337 | 272 | 177 | 0 | 21 | 53 | 15 | 45 | 74 | 105 |
| Binary | 11011111 | 10111010 | 1111111 | 0 | 10001 | 101011 | 1101 | 100101 | 111100 | 1000101 |
Color Harmonies of #DFBA7F
Complementary color
Monochromatic Colors of #DFBA7F
Black with #DFBA7F
Text Example
Text Example
White with #DFBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA7F; }
p { color: rgb(223,186,127); }
H1.HeaderClassName
{
color: #DFBA7F;
}
.AnyTagClassName
{
color: #DFBA7F;
}
</style>
background-color css
<style>
a { background-color: #DFBA7F; }
a { background-color: rgb(223,186,127); }
div.DivClassName
{
background-color: #DFBA7F;
}
.BgClassName
{
background-color: #DFBA7F;
}
</style>
border-color css
<style>
span { border-color: #DFBA7F; }
span { border-color: rgb(223,186,127); }
td.TdClassName
{
border-color: #DFBA7F;
}
.TagClassName
{
border-color: #DFBA7F;
}
</style>