Shades of Maize #DFB477
Tints of Maize #DFB477
RGB
CMYK
RGB Variations
Color information
#DFB477 (or 0xDFB477) is known color: Maize. HEX triplet: DF, B4 and 77. RGB value is (223,180,119). Sum of RGB (Red+Green+Blue) = 223+180+119=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB477 is #204B88. Grayscale: #BABABA. Windows color (decimal): -2116489 or 7845087. OLE color: 7845087.
HSL color Cylindrical-coordinate representation of color #DFB477: hue angle of 35.19º 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 #DFB477 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 119 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.13 |
| HSL | 35.19º | 0.62% | 0.67% | - |
| HSV(B) | 35.19º | 0.47% | 0.87% | - |
| XYZ | 50.08 | 49.66 | 24.4 | - |
| YUV | 185.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 119 | 0 | 0.19 | 0.47 | 0.13 | 35.19 | 0.62 | 0.67 |
| Hex | DF | B4 | 77 | 0 | 13 | 2F | D | 23 | 3E | 43 |
| Octal | 337 | 264 | 167 | 0 | 23 | 57 | 15 | 43 | 76 | 103 |
| Binary | 11011111 | 10110100 | 1110111 | 0 | 10011 | 101111 | 1101 | 100011 | 111110 | 1000011 |
Color Harmonies of #DFB477
Complementary color
Monochromatic Colors of #DFB477
Black with #DFB477
Text Example
Text Example
White with #DFB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB477; }
p { color: rgb(223,180,119); }
H1.HeaderClassName
{
color: #DFB477;
}
.AnyTagClassName
{
color: #DFB477;
}
</style>
background-color css
<style>
a { background-color: #DFB477; }
a { background-color: rgb(223,180,119); }
div.DivClassName
{
background-color: #DFB477;
}
.BgClassName
{
background-color: #DFB477;
}
</style>
border-color css
<style>
span { border-color: #DFB477; }
span { border-color: rgb(223,180,119); }
td.TdClassName
{
border-color: #DFB477;
}
.TagClassName
{
border-color: #DFB477;
}
</style>