Shades of Maize #DFB57F
Tints of Maize #DFB57F
RGB
CMYK
RGB Variations
Color information
#DFB57F (or 0xDFB57F) is known color: Maize. HEX triplet: DF, B5 and 7F. RGB value is (223,181,127). Sum of RGB (Red+Green+Blue) = 223+181+127=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB57F is #204A80. Grayscale: #BBBBBB. Windows color (decimal): -2116225 or 8369631. OLE color: 8369631.
HSL color Cylindrical-coordinate representation of color #DFB57F: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFB57F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 127 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 33.75º | 0.6% | 0.69% | - |
| HSV(B) | 33.75º | 0.43% | 0.87% | - |
| XYZ | 50.79 | 50.27 | 27.1 | - |
| YUV | 187.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 127 | 0 | 0.19 | 0.43 | 0.13 | 33.75 | 0.6 | 0.69 |
| Hex | DF | B5 | 7F | 0 | 13 | 2B | D | 22 | 3C | 45 |
| Octal | 337 | 265 | 177 | 0 | 23 | 53 | 15 | 42 | 74 | 105 |
| Binary | 11011111 | 10110101 | 1111111 | 0 | 10011 | 101011 | 1101 | 100010 | 111100 | 1000101 |
Color Harmonies of #DFB57F
Complementary color
Monochromatic Colors of #DFB57F
Black with #DFB57F
Text Example
Text Example
White with #DFB57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB57F; }
p { color: rgb(223,181,127); }
H1.HeaderClassName
{
color: #DFB57F;
}
.AnyTagClassName
{
color: #DFB57F;
}
</style>
background-color css
<style>
a { background-color: #DFB57F; }
a { background-color: rgb(223,181,127); }
div.DivClassName
{
background-color: #DFB57F;
}
.BgClassName
{
background-color: #DFB57F;
}
</style>
border-color css
<style>
span { border-color: #DFB57F; }
span { border-color: rgb(223,181,127); }
td.TdClassName
{
border-color: #DFB57F;
}
.TagClassName
{
border-color: #DFB57F;
}
</style>