Shades of Maize #DFB87D
Tints of Maize #DFB87D
RGB
CMYK
RGB Variations
Color information
#DFB87D (or 0xDFB87D) is known color: Maize. HEX triplet: DF, B8 and 7D. RGB value is (223,184,125). Sum of RGB (Red+Green+Blue) = 223+184+125=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB87D is #204782. Grayscale: #BDBDBD. Windows color (decimal): -2115459 or 8239327. OLE color: 8239327.
HSL color Cylindrical-coordinate representation of color #DFB87D: hue angle of 36.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFB87D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 125 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.13 |
| HSL | 36.12º | 0.6% | 0.68% | - |
| HSV(B) | 36.12º | 0.44% | 0.87% | - |
| XYZ | 51.27 | 51.45 | 26.63 | - |
| YUV | 188.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 125 | 0 | 0.17 | 0.44 | 0.13 | 36.12 | 0.6 | 0.68 |
| Hex | DF | B8 | 7D | 0 | 11 | 2C | D | 24 | 3C | 44 |
| Octal | 337 | 270 | 175 | 0 | 21 | 54 | 15 | 44 | 74 | 104 |
| Binary | 11011111 | 10111000 | 1111101 | 0 | 10001 | 101100 | 1101 | 100100 | 111100 | 1000100 |
Color Harmonies of #DFB87D
Complementary color
Monochromatic Colors of #DFB87D
Black with #DFB87D
Text Example
Text Example
White with #DFB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB87D; }
p { color: rgb(223,184,125); }
H1.HeaderClassName
{
color: #DFB87D;
}
.AnyTagClassName
{
color: #DFB87D;
}
</style>
background-color css
<style>
a { background-color: #DFB87D; }
a { background-color: rgb(223,184,125); }
div.DivClassName
{
background-color: #DFB87D;
}
.BgClassName
{
background-color: #DFB87D;
}
</style>
border-color css
<style>
span { border-color: #DFB87D; }
span { border-color: rgb(223,184,125); }
td.TdClassName
{
border-color: #DFB87D;
}
.TagClassName
{
border-color: #DFB87D;
}
</style>