Shades of Maize #DFBC82
Tints of Maize #DFBC82
RGB
CMYK
RGB Variations
Color information
#DFBC82 (or 0xDFBC82) is known color: Maize. HEX triplet: DF, BC and 82. RGB value is (223,188,130). Sum of RGB (Red+Green+Blue) = 223+188+130=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC82 is #20437D. Grayscale: #C0C0C0. Windows color (decimal): -2114430 or 8568031. OLE color: 8568031.
HSL color Cylindrical-coordinate representation of color #DFBC82: hue angle of 37.42º 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 #DFBC82 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 130 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.13 |
| HSL | 37.42º | 0.59% | 0.69% | - |
| HSV(B) | 37.42º | 0.42% | 0.87% | - |
| XYZ | 52.44 | 53.27 | 28.64 | - |
| YUV | 191.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 130 | 0 | 0.16 | 0.42 | 0.13 | 37.42 | 0.59 | 0.69 |
| Hex | DF | BC | 82 | 0 | 10 | 2A | D | 25 | 3B | 45 |
| Octal | 337 | 274 | 202 | 0 | 20 | 52 | 15 | 45 | 73 | 105 |
| Binary | 11011111 | 10111100 | 10000010 | 0 | 10000 | 101010 | 1101 | 100101 | 111011 | 1000101 |
Color Harmonies of #DFBC82
Complementary color
Monochromatic Colors of #DFBC82
Black with #DFBC82
Text Example
Text Example
White with #DFBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC82; }
p { color: rgb(223,188,130); }
H1.HeaderClassName
{
color: #DFBC82;
}
.AnyTagClassName
{
color: #DFBC82;
}
</style>
background-color css
<style>
a { background-color: #DFBC82; }
a { background-color: rgb(223,188,130); }
div.DivClassName
{
background-color: #DFBC82;
}
.BgClassName
{
background-color: #DFBC82;
}
</style>
border-color css
<style>
span { border-color: #DFBC82; }
span { border-color: rgb(223,188,130); }
td.TdClassName
{
border-color: #DFBC82;
}
.TagClassName
{
border-color: #DFBC82;
}
</style>