Shades of Maize #DFB57B
Tints of Maize #DFB57B
RGB
CMYK
RGB Variations
Color information
#DFB57B (or 0xDFB57B) is known color: Maize. HEX triplet: DF, B5 and 7B. RGB value is (223,181,123). Sum of RGB (Red+Green+Blue) = 223+181+123=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB57B is #204A84. Grayscale: #BBBBBB. Windows color (decimal): -2116229 or 8107487. OLE color: 8107487.
HSL color Cylindrical-coordinate representation of color #DFB57B: hue angle of 34.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 #DFB57B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 123 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.13 |
| HSL | 34.8º | 0.61% | 0.68% | - |
| HSV(B) | 34.8º | 0.45% | 0.87% | - |
| XYZ | 50.53 | 50.17 | 25.76 | - |
| YUV | 186.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 123 | 0 | 0.19 | 0.45 | 0.13 | 34.8 | 0.61 | 0.68 |
| Hex | DF | B5 | 7B | 0 | 13 | 2D | D | 23 | 3D | 44 |
| Octal | 337 | 265 | 173 | 0 | 23 | 55 | 15 | 43 | 75 | 104 |
| Binary | 11011111 | 10110101 | 1111011 | 0 | 10011 | 101101 | 1101 | 100011 | 111101 | 1000100 |
Color Harmonies of #DFB57B
Complementary color
Monochromatic Colors of #DFB57B
Black with #DFB57B
Text Example
Text Example
White with #DFB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB57B; }
p { color: rgb(223,181,123); }
H1.HeaderClassName
{
color: #DFB57B;
}
.AnyTagClassName
{
color: #DFB57B;
}
</style>
background-color css
<style>
a { background-color: #DFB57B; }
a { background-color: rgb(223,181,123); }
div.DivClassName
{
background-color: #DFB57B;
}
.BgClassName
{
background-color: #DFB57B;
}
</style>
border-color css
<style>
span { border-color: #DFB57B; }
span { border-color: rgb(223,181,123); }
td.TdClassName
{
border-color: #DFB57B;
}
.TagClassName
{
border-color: #DFB57B;
}
</style>