Shades of Maize #DFB77E
Tints of Maize #DFB77E
RGB
CMYK
RGB Variations
Color information
#DFB77E (or 0xDFB77E) is known color: Maize. HEX triplet: DF, B7 and 7E. RGB value is (223,183,126). Sum of RGB (Red+Green+Blue) = 223+183+126=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB77E is #204881. Grayscale: #BCBCBC. Windows color (decimal): -2115714 or 8304607. OLE color: 8304607.
HSL color Cylindrical-coordinate representation of color #DFB77E: hue angle of 35.26º 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 #DFB77E is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 126 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.13 |
| HSL | 35.26º | 0.6% | 0.68% | - |
| HSV(B) | 35.26º | 0.43% | 0.87% | - |
| XYZ | 51.13 | 51.06 | 26.9 | - |
| YUV | 188.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 126 | 0 | 0.18 | 0.43 | 0.13 | 35.26 | 0.6 | 0.68 |
| Hex | DF | B7 | 7E | 0 | 12 | 2B | D | 23 | 3C | 44 |
| Octal | 337 | 267 | 176 | 0 | 22 | 53 | 15 | 43 | 74 | 104 |
| Binary | 11011111 | 10110111 | 1111110 | 0 | 10010 | 101011 | 1101 | 100011 | 111100 | 1000100 |
Color Harmonies of #DFB77E
Complementary color
Monochromatic Colors of #DFB77E
Black with #DFB77E
Text Example
Text Example
White with #DFB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB77E; }
p { color: rgb(223,183,126); }
H1.HeaderClassName
{
color: #DFB77E;
}
.AnyTagClassName
{
color: #DFB77E;
}
</style>
background-color css
<style>
a { background-color: #DFB77E; }
a { background-color: rgb(223,183,126); }
div.DivClassName
{
background-color: #DFB77E;
}
.BgClassName
{
background-color: #DFB77E;
}
</style>
border-color css
<style>
span { border-color: #DFB77E; }
span { border-color: rgb(223,183,126); }
td.TdClassName
{
border-color: #DFB77E;
}
.TagClassName
{
border-color: #DFB77E;
}
</style>