Shades of Maize #DFB982
Tints of Maize #DFB982
RGB
CMYK
RGB Variations
Color information
#DFB982 (or 0xDFB982) is known color: Maize. HEX triplet: DF, B9 and 82. RGB value is (223,185,130). Sum of RGB (Red+Green+Blue) = 223+185+130=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB982 is #20467D. Grayscale: #BEBEBE. Windows color (decimal): -2115198 or 8567263. OLE color: 8567263.
HSL color Cylindrical-coordinate representation of color #DFB982: hue angle of 35.48º 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 #DFB982 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 130 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.13 |
| HSL | 35.48º | 0.59% | 0.69% | - |
| HSV(B) | 35.48º | 0.42% | 0.87% | - |
| XYZ | 51.81 | 52 | 28.42 | - |
| YUV | 190.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 130 | 0 | 0.17 | 0.42 | 0.13 | 35.48 | 0.59 | 0.69 |
| Hex | DF | B9 | 82 | 0 | 11 | 2A | D | 23 | 3B | 45 |
| Octal | 337 | 271 | 202 | 0 | 21 | 52 | 15 | 43 | 73 | 105 |
| Binary | 11011111 | 10111001 | 10000010 | 0 | 10001 | 101010 | 1101 | 100011 | 111011 | 1000101 |
Color Harmonies of #DFB982
Complementary color
Monochromatic Colors of #DFB982
Black with #DFB982
Text Example
Text Example
White with #DFB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB982; }
p { color: rgb(223,185,130); }
H1.HeaderClassName
{
color: #DFB982;
}
.AnyTagClassName
{
color: #DFB982;
}
</style>
background-color css
<style>
a { background-color: #DFB982; }
a { background-color: rgb(223,185,130); }
div.DivClassName
{
background-color: #DFB982;
}
.BgClassName
{
background-color: #DFB982;
}
</style>
border-color css
<style>
span { border-color: #DFB982; }
span { border-color: rgb(223,185,130); }
td.TdClassName
{
border-color: #DFB982;
}
.TagClassName
{
border-color: #DFB982;
}
</style>