Shades of Maize #DFB87B
Tints of Maize #DFB87B
RGB
CMYK
RGB Variations
Color information
#DFB87B (or 0xDFB87B) is known color: Maize. HEX triplet: DF, B8 and 7B. RGB value is (223,184,123). Sum of RGB (Red+Green+Blue) = 223+184+123=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB87B is #204784. Grayscale: #BCBCBC. Windows color (decimal): -2115461 or 8108255. OLE color: 8108255.
HSL color Cylindrical-coordinate representation of color #DFB87B: hue angle of 36.6º 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 #DFB87B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 123 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 36.6º | 0.61% | 0.68% | - |
| HSV(B) | 36.6º | 0.45% | 0.87% | - |
| XYZ | 51.15 | 51.4 | 25.96 | - |
| YUV | 188.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 123 | 0 | 0.17 | 0.45 | 0.13 | 36.6 | 0.61 | 0.68 |
| Hex | DF | B8 | 7B | 0 | 11 | 2D | D | 25 | 3D | 44 |
| Octal | 337 | 270 | 173 | 0 | 21 | 55 | 15 | 45 | 75 | 104 |
| Binary | 11011111 | 10111000 | 1111011 | 0 | 10001 | 101101 | 1101 | 100101 | 111101 | 1000100 |
Color Harmonies of #DFB87B
Complementary color
Monochromatic Colors of #DFB87B
Black with #DFB87B
Text Example
Text Example
White with #DFB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB87B; }
p { color: rgb(223,184,123); }
H1.HeaderClassName
{
color: #DFB87B;
}
.AnyTagClassName
{
color: #DFB87B;
}
</style>
background-color css
<style>
a { background-color: #DFB87B; }
a { background-color: rgb(223,184,123); }
div.DivClassName
{
background-color: #DFB87B;
}
.BgClassName
{
background-color: #DFB87B;
}
</style>
border-color css
<style>
span { border-color: #DFB87B; }
span { border-color: rgb(223,184,123); }
td.TdClassName
{
border-color: #DFB87B;
}
.TagClassName
{
border-color: #DFB87B;
}
</style>