Shades of Maize #DFB681
Tints of Maize #DFB681
RGB
CMYK
RGB Variations
Color information
#DFB681 (or 0xDFB681) is known color: Maize. HEX triplet: DF, B6 and 81. RGB value is (223,182,129). Sum of RGB (Red+Green+Blue) = 223+182+129=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB681 is #20497E. Grayscale: #BCBCBC. Windows color (decimal): -2115967 or 8500959. OLE color: 8500959.
HSL color Cylindrical-coordinate representation of color #DFB681: hue angle of 33.83º 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 #DFB681 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 129 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.13 |
| HSL | 33.83º | 0.59% | 0.69% | - |
| HSV(B) | 33.83º | 0.42% | 0.87% | - |
| XYZ | 51.12 | 50.73 | 27.87 | - |
| YUV | 188.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 129 | 0 | 0.18 | 0.42 | 0.13 | 33.83 | 0.59 | 0.69 |
| Hex | DF | B6 | 81 | 0 | 12 | 2A | D | 22 | 3B | 45 |
| Octal | 337 | 266 | 201 | 0 | 22 | 52 | 15 | 42 | 73 | 105 |
| Binary | 11011111 | 10110110 | 10000001 | 0 | 10010 | 101010 | 1101 | 100010 | 111011 | 1000101 |
Color Harmonies of #DFB681
Complementary color
Monochromatic Colors of #DFB681
Black with #DFB681
Text Example
Text Example
White with #DFB681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB681; }
p { color: rgb(223,182,129); }
H1.HeaderClassName
{
color: #DFB681;
}
.AnyTagClassName
{
color: #DFB681;
}
</style>
background-color css
<style>
a { background-color: #DFB681; }
a { background-color: rgb(223,182,129); }
div.DivClassName
{
background-color: #DFB681;
}
.BgClassName
{
background-color: #DFB681;
}
</style>
border-color css
<style>
span { border-color: #DFB681; }
span { border-color: rgb(223,182,129); }
td.TdClassName
{
border-color: #DFB681;
}
.TagClassName
{
border-color: #DFB681;
}
</style>