Shades of Maize #DFB976
Tints of Maize #DFB976
RGB
CMYK
RGB Variations
Color information
#DFB976 (or 0xDFB976) is known color: Maize. HEX triplet: DF, B9 and 76. RGB value is (223,185,118). Sum of RGB (Red+Green+Blue) = 223+185+118=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB976 is #204689. Grayscale: #BDBDBD. Windows color (decimal): -2115210 or 7780831. OLE color: 7780831.
HSL color Cylindrical-coordinate representation of color #DFB976: hue angle of 38.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFB976 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 118 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.13 |
| HSL | 38.29º | 0.62% | 0.67% | - |
| HSV(B) | 38.29º | 0.47% | 0.87% | - |
| XYZ | 51.05 | 51.69 | 24.43 | - |
| YUV | 188.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 118 | 0 | 0.17 | 0.47 | 0.13 | 38.29 | 0.62 | 0.67 |
| Hex | DF | B9 | 76 | 0 | 11 | 2F | D | 26 | 3E | 43 |
| Octal | 337 | 271 | 166 | 0 | 21 | 57 | 15 | 46 | 76 | 103 |
| Binary | 11011111 | 10111001 | 1110110 | 0 | 10001 | 101111 | 1101 | 100110 | 111110 | 1000011 |
Color Harmonies of #DFB976
Complementary color
Monochromatic Colors of #DFB976
Black with #DFB976
Text Example
Text Example
White with #DFB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB976; }
p { color: rgb(223,185,118); }
H1.HeaderClassName
{
color: #DFB976;
}
.AnyTagClassName
{
color: #DFB976;
}
</style>
background-color css
<style>
a { background-color: #DFB976; }
a { background-color: rgb(223,185,118); }
div.DivClassName
{
background-color: #DFB976;
}
.BgClassName
{
background-color: #DFB976;
}
</style>
border-color css
<style>
span { border-color: #DFB976; }
span { border-color: rgb(223,185,118); }
td.TdClassName
{
border-color: #DFB976;
}
.TagClassName
{
border-color: #DFB976;
}
</style>