Shades of Maize #DFB57E
Tints of Maize #DFB57E
RGB
CMYK
RGB Variations
Color information
#DFB57E (or 0xDFB57E) is known color: Maize. HEX triplet: DF, B5 and 7E. RGB value is (223,181,126). Sum of RGB (Red+Green+Blue) = 223+181+126=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB57E is #204A81. Grayscale: #BBBBBB. Windows color (decimal): -2116226 or 8304095. OLE color: 8304095.
HSL color Cylindrical-coordinate representation of color #DFB57E: hue angle of 34.02º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFB57E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 126 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 34.02º | 0.6% | 0.68% | - |
| HSV(B) | 34.02º | 0.43% | 0.87% | - |
| XYZ | 50.72 | 50.24 | 26.76 | - |
| YUV | 187.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 126 | 0 | 0.19 | 0.43 | 0.13 | 34.02 | 0.6 | 0.68 |
| Hex | DF | B5 | 7E | 0 | 13 | 2B | D | 22 | 3C | 44 |
| Octal | 337 | 265 | 176 | 0 | 23 | 53 | 15 | 42 | 74 | 104 |
| Binary | 11011111 | 10110101 | 1111110 | 0 | 10011 | 101011 | 1101 | 100010 | 111100 | 1000100 |
Color Harmonies of #DFB57E
Complementary color
Monochromatic Colors of #DFB57E
Black with #DFB57E
Text Example
Text Example
White with #DFB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB57E; }
p { color: rgb(223,181,126); }
H1.HeaderClassName
{
color: #DFB57E;
}
.AnyTagClassName
{
color: #DFB57E;
}
</style>
background-color css
<style>
a { background-color: #DFB57E; }
a { background-color: rgb(223,181,126); }
div.DivClassName
{
background-color: #DFB57E;
}
.BgClassName
{
background-color: #DFB57E;
}
</style>
border-color css
<style>
span { border-color: #DFB57E; }
span { border-color: rgb(223,181,126); }
td.TdClassName
{
border-color: #DFB57E;
}
.TagClassName
{
border-color: #DFB57E;
}
</style>