Shades of Maize #DFB47E
Tints of Maize #DFB47E
RGB
CMYK
RGB Variations
Color information
#DFB47E (or 0xDFB47E) is known color: Maize. HEX triplet: DF, B4 and 7E. RGB value is (223,180,126). Sum of RGB (Red+Green+Blue) = 223+180+126=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB47E is #204B81. Grayscale: #BABABA. Windows color (decimal): -2116482 or 8303839. OLE color: 8303839.
HSL color Cylindrical-coordinate representation of color #DFB47E: hue angle of 33.4º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFB47E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 126 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 33.4º | 0.6% | 0.68% | - |
| HSV(B) | 33.4º | 0.43% | 0.87% | - |
| XYZ | 50.52 | 49.84 | 26.7 | - |
| YUV | 186.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 126 | 0 | 0.19 | 0.43 | 0.13 | 33.4 | 0.6 | 0.68 |
| Hex | DF | B4 | 7E | 0 | 13 | 2B | D | 21 | 3C | 44 |
| Octal | 337 | 264 | 176 | 0 | 23 | 53 | 15 | 41 | 74 | 104 |
| Binary | 11011111 | 10110100 | 1111110 | 0 | 10011 | 101011 | 1101 | 100001 | 111100 | 1000100 |
Color Harmonies of #DFB47E
Complementary color
Monochromatic Colors of #DFB47E
Black with #DFB47E
Text Example
Text Example
White with #DFB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB47E; }
p { color: rgb(223,180,126); }
H1.HeaderClassName
{
color: #DFB47E;
}
.AnyTagClassName
{
color: #DFB47E;
}
</style>
background-color css
<style>
a { background-color: #DFB47E; }
a { background-color: rgb(223,180,126); }
div.DivClassName
{
background-color: #DFB47E;
}
.BgClassName
{
background-color: #DFB47E;
}
</style>
border-color css
<style>
span { border-color: #DFB47E; }
span { border-color: rgb(223,180,126); }
td.TdClassName
{
border-color: #DFB47E;
}
.TagClassName
{
border-color: #DFB47E;
}
</style>