Shades of Maize #DFB881
Tints of Maize #DFB881
RGB
CMYK
RGB Variations
Color information
#DFB881 (or 0xDFB881) is known color: Maize. HEX triplet: DF, B8 and 81. RGB value is (223,184,129). Sum of RGB (Red+Green+Blue) = 223+184+129=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB881 is #20477E. Grayscale: #BDBDBD. Windows color (decimal): -2115455 or 8501471. OLE color: 8501471.
HSL color Cylindrical-coordinate representation of color #DFB881: hue angle of 35.11º 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 #DFB881 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 129 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.13 |
| HSL | 35.11º | 0.59% | 0.69% | - |
| HSV(B) | 35.11º | 0.42% | 0.87% | - |
| XYZ | 51.53 | 51.55 | 28 | - |
| YUV | 189.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 129 | 0 | 0.17 | 0.42 | 0.13 | 35.11 | 0.59 | 0.69 |
| Hex | DF | B8 | 81 | 0 | 11 | 2A | D | 23 | 3B | 45 |
| Octal | 337 | 270 | 201 | 0 | 21 | 52 | 15 | 43 | 73 | 105 |
| Binary | 11011111 | 10111000 | 10000001 | 0 | 10001 | 101010 | 1101 | 100011 | 111011 | 1000101 |
Color Harmonies of #DFB881
Complementary color
Monochromatic Colors of #DFB881
Black with #DFB881
Text Example
Text Example
White with #DFB881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB881; }
p { color: rgb(223,184,129); }
H1.HeaderClassName
{
color: #DFB881;
}
.AnyTagClassName
{
color: #DFB881;
}
</style>
background-color css
<style>
a { background-color: #DFB881; }
a { background-color: rgb(223,184,129); }
div.DivClassName
{
background-color: #DFB881;
}
.BgClassName
{
background-color: #DFB881;
}
</style>
border-color css
<style>
span { border-color: #DFB881; }
span { border-color: rgb(223,184,129); }
td.TdClassName
{
border-color: #DFB881;
}
.TagClassName
{
border-color: #DFB881;
}
</style>