Shades of Maize #DFB47A
Tints of Maize #DFB47A
RGB
CMYK
RGB Variations
Color information
#DFB47A (or 0xDFB47A) is known color: Maize. HEX triplet: DF, B4 and 7A. RGB value is (223,180,122). Sum of RGB (Red+Green+Blue) = 223+180+122=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB47A is #204B85. Grayscale: #BABABA. Windows color (decimal): -2116486 or 8041695. OLE color: 8041695.
HSL color Cylindrical-coordinate representation of color #DFB47A: hue angle of 34.46º 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 #DFB47A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 122 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.13 |
| HSL | 34.46º | 0.61% | 0.68% | - |
| HSV(B) | 34.46º | 0.45% | 0.87% | - |
| XYZ | 50.27 | 49.74 | 25.36 | - |
| YUV | 186.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 122 | 0 | 0.19 | 0.45 | 0.13 | 34.46 | 0.61 | 0.68 |
| Hex | DF | B4 | 7A | 0 | 13 | 2D | D | 22 | 3D | 44 |
| Octal | 337 | 264 | 172 | 0 | 23 | 55 | 15 | 42 | 75 | 104 |
| Binary | 11011111 | 10110100 | 1111010 | 0 | 10011 | 101101 | 1101 | 100010 | 111101 | 1000100 |
Color Harmonies of #DFB47A
Complementary color
Monochromatic Colors of #DFB47A
Black with #DFB47A
Text Example
Text Example
White with #DFB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB47A; }
p { color: rgb(223,180,122); }
H1.HeaderClassName
{
color: #DFB47A;
}
.AnyTagClassName
{
color: #DFB47A;
}
</style>
background-color css
<style>
a { background-color: #DFB47A; }
a { background-color: rgb(223,180,122); }
div.DivClassName
{
background-color: #DFB47A;
}
.BgClassName
{
background-color: #DFB47A;
}
</style>
border-color css
<style>
span { border-color: #DFB47A; }
span { border-color: rgb(223,180,122); }
td.TdClassName
{
border-color: #DFB47A;
}
.TagClassName
{
border-color: #DFB47A;
}
</style>