Shades of Maize #DFB882
Tints of Maize #DFB882
RGB
CMYK
RGB Variations
Color information
#DFB882 (or 0xDFB882) is known color: Maize. HEX triplet: DF, B8 and 82. RGB value is (223,184,130). Sum of RGB (Red+Green+Blue) = 223+184+130=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB882 is #20477D. Grayscale: #BDBDBD. Windows color (decimal): -2115454 or 8567007. OLE color: 8567007.
HSL color Cylindrical-coordinate representation of color #DFB882: hue angle of 34.84º 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 #DFB882 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 130 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.13 |
| HSL | 34.84º | 0.59% | 0.69% | - |
| HSV(B) | 34.84º | 0.42% | 0.87% | - |
| XYZ | 51.6 | 51.58 | 28.36 | - |
| YUV | 189.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 130 | 0 | 0.17 | 0.42 | 0.13 | 34.84 | 0.59 | 0.69 |
| Hex | DF | B8 | 82 | 0 | 11 | 2A | D | 23 | 3B | 45 |
| Octal | 337 | 270 | 202 | 0 | 21 | 52 | 15 | 43 | 73 | 105 |
| Binary | 11011111 | 10111000 | 10000010 | 0 | 10001 | 101010 | 1101 | 100011 | 111011 | 1000101 |
Color Harmonies of #DFB882
Complementary color
Monochromatic Colors of #DFB882
Black with #DFB882
Text Example
Text Example
White with #DFB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB882; }
p { color: rgb(223,184,130); }
H1.HeaderClassName
{
color: #DFB882;
}
.AnyTagClassName
{
color: #DFB882;
}
</style>
background-color css
<style>
a { background-color: #DFB882; }
a { background-color: rgb(223,184,130); }
div.DivClassName
{
background-color: #DFB882;
}
.BgClassName
{
background-color: #DFB882;
}
</style>
border-color css
<style>
span { border-color: #DFB882; }
span { border-color: rgb(223,184,130); }
td.TdClassName
{
border-color: #DFB882;
}
.TagClassName
{
border-color: #DFB882;
}
</style>