Shades of Maize #DFBA81
Tints of Maize #DFBA81
RGB
CMYK
RGB Variations
Color information
#DFBA81 (or 0xDFBA81) is known color: Maize. HEX triplet: DF, BA and 81. RGB value is (223,186,129). Sum of RGB (Red+Green+Blue) = 223+186+129=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA81 is #20457E. Grayscale: #BEBEBE. Windows color (decimal): -2114943 or 8501983. OLE color: 8501983.
HSL color Cylindrical-coordinate representation of color #DFBA81: hue angle of 36.38º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFBA81 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 129 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.13 |
| HSL | 36.38º | 0.59% | 0.69% | - |
| HSV(B) | 36.38º | 0.42% | 0.87% | - |
| XYZ | 51.95 | 52.39 | 28.14 | - |
| YUV | 190.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 129 | 0 | 0.17 | 0.42 | 0.13 | 36.38 | 0.59 | 0.69 |
| Hex | DF | BA | 81 | 0 | 11 | 2A | D | 24 | 3B | 45 |
| Octal | 337 | 272 | 201 | 0 | 21 | 52 | 15 | 44 | 73 | 105 |
| Binary | 11011111 | 10111010 | 10000001 | 0 | 10001 | 101010 | 1101 | 100100 | 111011 | 1000101 |
Color Harmonies of #DFBA81
Complementary color
Monochromatic Colors of #DFBA81
Black with #DFBA81
Text Example
Text Example
White with #DFBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA81; }
p { color: rgb(223,186,129); }
H1.HeaderClassName
{
color: #DFBA81;
}
.AnyTagClassName
{
color: #DFBA81;
}
</style>
background-color css
<style>
a { background-color: #DFBA81; }
a { background-color: rgb(223,186,129); }
div.DivClassName
{
background-color: #DFBA81;
}
.BgClassName
{
background-color: #DFBA81;
}
</style>
border-color css
<style>
span { border-color: #DFBA81; }
span { border-color: rgb(223,186,129); }
td.TdClassName
{
border-color: #DFBA81;
}
.TagClassName
{
border-color: #DFBA81;
}
</style>