Shades of Maize #DFB582
Tints of Maize #DFB582
RGB
CMYK
RGB Variations
Color information
#DFB582 (or 0xDFB582) is known color: Maize. HEX triplet: DF, B5 and 82. RGB value is (223,181,130). Sum of RGB (Red+Green+Blue) = 223+181+130=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB582 is #204A7D. Grayscale: #BBBBBB. Windows color (decimal): -2116222 or 8566239. OLE color: 8566239.
HSL color Cylindrical-coordinate representation of color #DFB582: hue angle of 32.9º 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 #DFB582 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 130 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.13 |
| HSL | 32.9º | 0.59% | 0.69% | - |
| HSV(B) | 32.9º | 0.42% | 0.87% | - |
| XYZ | 50.98 | 50.35 | 28.15 | - |
| YUV | 187.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 130 | 0 | 0.19 | 0.42 | 0.13 | 32.9 | 0.59 | 0.69 |
| Hex | DF | B5 | 82 | 0 | 13 | 2A | D | 21 | 3B | 45 |
| Octal | 337 | 265 | 202 | 0 | 23 | 52 | 15 | 41 | 73 | 105 |
| Binary | 11011111 | 10110101 | 10000010 | 0 | 10011 | 101010 | 1101 | 100001 | 111011 | 1000101 |
Color Harmonies of #DFB582
Complementary color
Monochromatic Colors of #DFB582
Black with #DFB582
Text Example
Text Example
White with #DFB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB582; }
p { color: rgb(223,181,130); }
H1.HeaderClassName
{
color: #DFB582;
}
.AnyTagClassName
{
color: #DFB582;
}
</style>
background-color css
<style>
a { background-color: #DFB582; }
a { background-color: rgb(223,181,130); }
div.DivClassName
{
background-color: #DFB582;
}
.BgClassName
{
background-color: #DFB582;
}
</style>
border-color css
<style>
span { border-color: #DFB582; }
span { border-color: rgb(223,181,130); }
td.TdClassName
{
border-color: #DFB582;
}
.TagClassName
{
border-color: #DFB582;
}
</style>