Shades of Maize #DFB77F
Tints of Maize #DFB77F
RGB
CMYK
RGB Variations
Color information
#DFB77F (or 0xDFB77F) is known color: Maize. HEX triplet: DF, B7 and 7F. RGB value is (223,183,127). Sum of RGB (Red+Green+Blue) = 223+183+127=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB77F is #204880. Grayscale: #BCBCBC. Windows color (decimal): -2115713 or 8370143. OLE color: 8370143.
HSL color Cylindrical-coordinate representation of color #DFB77F: hue angle of 35º 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 #DFB77F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 127 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.13 |
| HSL | 35º | 0.6% | 0.69% | - |
| HSV(B) | 35º | 0.43% | 0.87% | - |
| XYZ | 51.2 | 51.09 | 27.24 | - |
| YUV | 188.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 127 | 0 | 0.18 | 0.43 | 0.13 | 35 | 0.6 | 0.69 |
| Hex | DF | B7 | 7F | 0 | 12 | 2B | D | 23 | 3C | 45 |
| Octal | 337 | 267 | 177 | 0 | 22 | 53 | 15 | 43 | 74 | 105 |
| Binary | 11011111 | 10110111 | 1111111 | 0 | 10010 | 101011 | 1101 | 100011 | 111100 | 1000101 |
Color Harmonies of #DFB77F
Complementary color
Monochromatic Colors of #DFB77F
Black with #DFB77F
Text Example
Text Example
White with #DFB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB77F; }
p { color: rgb(223,183,127); }
H1.HeaderClassName
{
color: #DFB77F;
}
.AnyTagClassName
{
color: #DFB77F;
}
</style>
background-color css
<style>
a { background-color: #DFB77F; }
a { background-color: rgb(223,183,127); }
div.DivClassName
{
background-color: #DFB77F;
}
.BgClassName
{
background-color: #DFB77F;
}
</style>
border-color css
<style>
span { border-color: #DFB77F; }
span { border-color: rgb(223,183,127); }
td.TdClassName
{
border-color: #DFB77F;
}
.TagClassName
{
border-color: #DFB77F;
}
</style>