Shades of Maize #DFBA7B
Tints of Maize #DFBA7B
RGB
CMYK
RGB Variations
Color information
#DFBA7B (or 0xDFBA7B) is known color: Maize. HEX triplet: DF, BA and 7B. RGB value is (223,186,123). Sum of RGB (Red+Green+Blue) = 223+186+123=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7B is #204584. Grayscale: #BEBEBE. Windows color (decimal): -2114949 or 8108767. OLE color: 8108767.
HSL color Cylindrical-coordinate representation of color #DFBA7B: hue angle of 37.8º 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 #DFBA7B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 123 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 37.8º | 0.61% | 0.68% | - |
| HSV(B) | 37.8º | 0.45% | 0.87% | - |
| XYZ | 51.57 | 52.24 | 26.1 | - |
| YUV | 189.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 123 | 0 | 0.17 | 0.45 | 0.13 | 37.8 | 0.61 | 0.68 |
| Hex | DF | BA | 7B | 0 | 11 | 2D | D | 26 | 3D | 44 |
| Octal | 337 | 272 | 173 | 0 | 21 | 55 | 15 | 46 | 75 | 104 |
| Binary | 11011111 | 10111010 | 1111011 | 0 | 10001 | 101101 | 1101 | 100110 | 111101 | 1000100 |
Color Harmonies of #DFBA7B
Complementary color
Monochromatic Colors of #DFBA7B
Black with #DFBA7B
Text Example
Text Example
White with #DFBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA7B; }
p { color: rgb(223,186,123); }
H1.HeaderClassName
{
color: #DFBA7B;
}
.AnyTagClassName
{
color: #DFBA7B;
}
</style>
background-color css
<style>
a { background-color: #DFBA7B; }
a { background-color: rgb(223,186,123); }
div.DivClassName
{
background-color: #DFBA7B;
}
.BgClassName
{
background-color: #DFBA7B;
}
</style>
border-color css
<style>
span { border-color: #DFBA7B; }
span { border-color: rgb(223,186,123); }
td.TdClassName
{
border-color: #DFBA7B;
}
.TagClassName
{
border-color: #DFBA7B;
}
</style>