Shades of Maize #DFB87A
Tints of Maize #DFB87A
RGB
CMYK
RGB Variations
Color information
#DFB87A (or 0xDFB87A) is known color: Maize. HEX triplet: DF, B8 and 7A. RGB value is (223,184,122). Sum of RGB (Red+Green+Blue) = 223+184+122=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB87A is #204785. Grayscale: #BCBCBC. Windows color (decimal): -2115462 or 8042719. OLE color: 8042719.
HSL color Cylindrical-coordinate representation of color #DFB87A: hue angle of 36.83º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFB87A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 122 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 36.83º | 0.61% | 0.68% | - |
| HSV(B) | 36.83º | 0.45% | 0.87% | - |
| XYZ | 51.08 | 51.37 | 25.64 | - |
| YUV | 188.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 122 | 0 | 0.17 | 0.45 | 0.13 | 36.83 | 0.61 | 0.68 |
| Hex | DF | B8 | 7A | 0 | 11 | 2D | D | 25 | 3D | 44 |
| Octal | 337 | 270 | 172 | 0 | 21 | 55 | 15 | 45 | 75 | 104 |
| Binary | 11011111 | 10111000 | 1111010 | 0 | 10001 | 101101 | 1101 | 100101 | 111101 | 1000100 |
Color Harmonies of #DFB87A
Complementary color
Monochromatic Colors of #DFB87A
Black with #DFB87A
Text Example
Text Example
White with #DFB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB87A; }
p { color: rgb(223,184,122); }
H1.HeaderClassName
{
color: #DFB87A;
}
.AnyTagClassName
{
color: #DFB87A;
}
</style>
background-color css
<style>
a { background-color: #DFB87A; }
a { background-color: rgb(223,184,122); }
div.DivClassName
{
background-color: #DFB87A;
}
.BgClassName
{
background-color: #DFB87A;
}
</style>
border-color css
<style>
span { border-color: #DFB87A; }
span { border-color: rgb(223,184,122); }
td.TdClassName
{
border-color: #DFB87A;
}
.TagClassName
{
border-color: #DFB87A;
}
</style>