Shades of Maize #DFBA80
Tints of Maize #DFBA80
RGB
CMYK
RGB Variations
Color information
#DFBA80 (or 0xDFBA80) is known color: Maize. HEX triplet: DF, BA and 80. RGB value is (223,186,128). Sum of RGB (Red+Green+Blue) = 223+186+128=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA80 is #20457F. Grayscale: #BEBEBE. Windows color (decimal): -2114944 or 8436447. OLE color: 8436447.
HSL color Cylindrical-coordinate representation of color #DFBA80: hue angle of 36.63º 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 #DFBA80 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 128 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.13 |
| HSL | 36.63º | 0.6% | 0.69% | - |
| HSV(B) | 36.63º | 0.43% | 0.87% | - |
| XYZ | 51.89 | 52.36 | 27.79 | - |
| YUV | 190.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 128 | 0 | 0.17 | 0.43 | 0.13 | 36.63 | 0.6 | 0.69 |
| Hex | DF | BA | 80 | 0 | 11 | 2B | D | 25 | 3C | 45 |
| Octal | 337 | 272 | 200 | 0 | 21 | 53 | 15 | 45 | 74 | 105 |
| Binary | 11011111 | 10111010 | 10000000 | 0 | 10001 | 101011 | 1101 | 100101 | 111100 | 1000101 |
Color Harmonies of #DFBA80
Complementary color
Monochromatic Colors of #DFBA80
Black with #DFBA80
Text Example
Text Example
White with #DFBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA80; }
p { color: rgb(223,186,128); }
H1.HeaderClassName
{
color: #DFBA80;
}
.AnyTagClassName
{
color: #DFBA80;
}
</style>
background-color css
<style>
a { background-color: #DFBA80; }
a { background-color: rgb(223,186,128); }
div.DivClassName
{
background-color: #DFBA80;
}
.BgClassName
{
background-color: #DFBA80;
}
</style>
border-color css
<style>
span { border-color: #DFBA80; }
span { border-color: rgb(223,186,128); }
td.TdClassName
{
border-color: #DFBA80;
}
.TagClassName
{
border-color: #DFBA80;
}
</style>