Shades of Maize #DFB481
Tints of Maize #DFB481
RGB
CMYK
RGB Variations
Color information
#DFB481 (or 0xDFB481) is known color: Maize. HEX triplet: DF, B4 and 81. RGB value is (223,180,129). Sum of RGB (Red+Green+Blue) = 223+180+129=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB481 is #204B7E. Grayscale: #BBBBBB. Windows color (decimal): -2116479 or 8500447. OLE color: 8500447.
HSL color Cylindrical-coordinate representation of color #DFB481: hue angle of 32.55º 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 #DFB481 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 129 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.13 |
| HSL | 32.55º | 0.59% | 0.69% | - |
| HSV(B) | 32.55º | 0.42% | 0.87% | - |
| XYZ | 50.72 | 49.92 | 27.73 | - |
| YUV | 187.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 129 | 0 | 0.19 | 0.42 | 0.13 | 32.55 | 0.59 | 0.69 |
| Hex | DF | B4 | 81 | 0 | 13 | 2A | D | 21 | 3B | 45 |
| Octal | 337 | 264 | 201 | 0 | 23 | 52 | 15 | 41 | 73 | 105 |
| Binary | 11011111 | 10110100 | 10000001 | 0 | 10011 | 101010 | 1101 | 100001 | 111011 | 1000101 |
Color Harmonies of #DFB481
Complementary color
Monochromatic Colors of #DFB481
Black with #DFB481
Text Example
Text Example
White with #DFB481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB481; }
p { color: rgb(223,180,129); }
H1.HeaderClassName
{
color: #DFB481;
}
.AnyTagClassName
{
color: #DFB481;
}
</style>
background-color css
<style>
a { background-color: #DFB481; }
a { background-color: rgb(223,180,129); }
div.DivClassName
{
background-color: #DFB481;
}
.BgClassName
{
background-color: #DFB481;
}
</style>
border-color css
<style>
span { border-color: #DFB481; }
span { border-color: rgb(223,180,129); }
td.TdClassName
{
border-color: #DFB481;
}
.TagClassName
{
border-color: #DFB481;
}
</style>