Shades of Maize #DFB87E
Tints of Maize #DFB87E
RGB
CMYK
RGB Variations
Color information
#DFB87E (or 0xDFB87E) is known color: Maize. HEX triplet: DF, B8 and 7E. RGB value is (223,184,126). Sum of RGB (Red+Green+Blue) = 223+184+126=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB87E is #204781. Grayscale: #BDBDBD. Windows color (decimal): -2115458 or 8304863. OLE color: 8304863.
HSL color Cylindrical-coordinate representation of color #DFB87E: hue angle of 35.88º 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 #DFB87E is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 126 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.13 |
| HSL | 35.88º | 0.6% | 0.68% | - |
| HSV(B) | 35.88º | 0.43% | 0.87% | - |
| XYZ | 51.34 | 51.48 | 26.97 | - |
| YUV | 189.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 126 | 0 | 0.17 | 0.43 | 0.13 | 35.88 | 0.6 | 0.68 |
| Hex | DF | B8 | 7E | 0 | 11 | 2B | D | 24 | 3C | 44 |
| Octal | 337 | 270 | 176 | 0 | 21 | 53 | 15 | 44 | 74 | 104 |
| Binary | 11011111 | 10111000 | 1111110 | 0 | 10001 | 101011 | 1101 | 100100 | 111100 | 1000100 |
Color Harmonies of #DFB87E
Complementary color
Monochromatic Colors of #DFB87E
Black with #DFB87E
Text Example
Text Example
White with #DFB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB87E; }
p { color: rgb(223,184,126); }
H1.HeaderClassName
{
color: #DFB87E;
}
.AnyTagClassName
{
color: #DFB87E;
}
</style>
background-color css
<style>
a { background-color: #DFB87E; }
a { background-color: rgb(223,184,126); }
div.DivClassName
{
background-color: #DFB87E;
}
.BgClassName
{
background-color: #DFB87E;
}
</style>
border-color css
<style>
span { border-color: #DFB87E; }
span { border-color: rgb(223,184,126); }
td.TdClassName
{
border-color: #DFB87E;
}
.TagClassName
{
border-color: #DFB87E;
}
</style>