Shades of Maize #DFB480
Tints of Maize #DFB480
RGB
CMYK
RGB Variations
Color information
#DFB480 (or 0xDFB480) is known color: Maize. HEX triplet: DF, B4 and 80. RGB value is (223,180,128). Sum of RGB (Red+Green+Blue) = 223+180+128=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB480 is #204B7F. Grayscale: #BBBBBB. Windows color (decimal): -2116480 or 8434911. OLE color: 8434911.
HSL color Cylindrical-coordinate representation of color #DFB480: hue angle of 32.84º 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 #DFB480 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 128 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 32.84º | 0.6% | 0.69% | - |
| HSV(B) | 32.84º | 0.43% | 0.87% | - |
| XYZ | 50.65 | 49.89 | 27.38 | - |
| YUV | 186.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 128 | 0 | 0.19 | 0.43 | 0.13 | 32.84 | 0.6 | 0.69 |
| Hex | DF | B4 | 80 | 0 | 13 | 2B | D | 21 | 3C | 45 |
| Octal | 337 | 264 | 200 | 0 | 23 | 53 | 15 | 41 | 74 | 105 |
| Binary | 11011111 | 10110100 | 10000000 | 0 | 10011 | 101011 | 1101 | 100001 | 111100 | 1000101 |
Color Harmonies of #DFB480
Complementary color
Monochromatic Colors of #DFB480
Black with #DFB480
Text Example
Text Example
White with #DFB480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB480; }
p { color: rgb(223,180,128); }
H1.HeaderClassName
{
color: #DFB480;
}
.AnyTagClassName
{
color: #DFB480;
}
</style>
background-color css
<style>
a { background-color: #DFB480; }
a { background-color: rgb(223,180,128); }
div.DivClassName
{
background-color: #DFB480;
}
.BgClassName
{
background-color: #DFB480;
}
</style>
border-color css
<style>
span { border-color: #DFB480; }
span { border-color: rgb(223,180,128); }
td.TdClassName
{
border-color: #DFB480;
}
.TagClassName
{
border-color: #DFB480;
}
</style>