Shades of Maize #DFB577
Tints of Maize #DFB577
RGB
CMYK
RGB Variations
Color information
#DFB577 (or 0xDFB577) is known color: Maize. HEX triplet: DF, B5 and 77. RGB value is (223,181,119). Sum of RGB (Red+Green+Blue) = 223+181+119=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB577 is #204A88. Grayscale: #BABABA. Windows color (decimal): -2116233 or 7845343. OLE color: 7845343.
HSL color Cylindrical-coordinate representation of color #DFB577: hue angle of 35.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFB577 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 119 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.13 |
| HSL | 35.77º | 0.62% | 0.67% | - |
| HSV(B) | 35.77º | 0.47% | 0.87% | - |
| XYZ | 50.29 | 50.07 | 24.47 | - |
| YUV | 186.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 119 | 0 | 0.19 | 0.47 | 0.13 | 35.77 | 0.62 | 0.67 |
| Hex | DF | B5 | 77 | 0 | 13 | 2F | D | 24 | 3E | 43 |
| Octal | 337 | 265 | 167 | 0 | 23 | 57 | 15 | 44 | 76 | 103 |
| Binary | 11011111 | 10110101 | 1110111 | 0 | 10011 | 101111 | 1101 | 100100 | 111110 | 1000011 |
Color Harmonies of #DFB577
Complementary color
Monochromatic Colors of #DFB577
Black with #DFB577
Text Example
Text Example
White with #DFB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB577; }
p { color: rgb(223,181,119); }
H1.HeaderClassName
{
color: #DFB577;
}
.AnyTagClassName
{
color: #DFB577;
}
</style>
background-color css
<style>
a { background-color: #DFB577; }
a { background-color: rgb(223,181,119); }
div.DivClassName
{
background-color: #DFB577;
}
.BgClassName
{
background-color: #DFB577;
}
</style>
border-color css
<style>
span { border-color: #DFB577; }
span { border-color: rgb(223,181,119); }
td.TdClassName
{
border-color: #DFB577;
}
.TagClassName
{
border-color: #DFB577;
}
</style>