Shades of Maize #DFB682
Tints of Maize #DFB682
RGB
CMYK
RGB Variations
Color information
#DFB682 (or 0xDFB682) is known color: Maize. HEX triplet: DF, B6 and 82. RGB value is (223,182,130). Sum of RGB (Red+Green+Blue) = 223+182+130=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB682 is #20497D. Grayscale: #BCBCBC. Windows color (decimal): -2115966 or 8566495. OLE color: 8566495.
HSL color Cylindrical-coordinate representation of color #DFB682: hue angle of 33.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 #DFB682 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 130 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.13 |
| HSL | 33.55º | 0.59% | 0.69% | - |
| HSV(B) | 33.55º | 0.42% | 0.87% | - |
| XYZ | 51.19 | 50.76 | 28.22 | - |
| YUV | 188.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 130 | 0 | 0.18 | 0.42 | 0.13 | 33.55 | 0.59 | 0.69 |
| Hex | DF | B6 | 82 | 0 | 12 | 2A | D | 22 | 3B | 45 |
| Octal | 337 | 266 | 202 | 0 | 22 | 52 | 15 | 42 | 73 | 105 |
| Binary | 11011111 | 10110110 | 10000010 | 0 | 10010 | 101010 | 1101 | 100010 | 111011 | 1000101 |
Color Harmonies of #DFB682
Complementary color
Monochromatic Colors of #DFB682
Black with #DFB682
Text Example
Text Example
White with #DFB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB682; }
p { color: rgb(223,182,130); }
H1.HeaderClassName
{
color: #DFB682;
}
.AnyTagClassName
{
color: #DFB682;
}
</style>
background-color css
<style>
a { background-color: #DFB682; }
a { background-color: rgb(223,182,130); }
div.DivClassName
{
background-color: #DFB682;
}
.BgClassName
{
background-color: #DFB682;
}
</style>
border-color css
<style>
span { border-color: #DFB682; }
span { border-color: rgb(223,182,130); }
td.TdClassName
{
border-color: #DFB682;
}
.TagClassName
{
border-color: #DFB682;
}
</style>