Shades of Maize #DFBB80
Tints of Maize #DFBB80
RGB
CMYK
RGB Variations
Color information
#DFBB80 (or 0xDFBB80) is known color: Maize. HEX triplet: DF, BB and 80. RGB value is (223,187,128). Sum of RGB (Red+Green+Blue) = 223+187+128=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB80 is #20447F. Grayscale: #BFBFBF. Windows color (decimal): -2114688 or 8436703. OLE color: 8436703.
HSL color Cylindrical-coordinate representation of color #DFBB80: hue angle of 37.26º 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 #DFBB80 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 128 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 37.26º | 0.6% | 0.69% | - |
| HSV(B) | 37.26º | 0.43% | 0.87% | - |
| XYZ | 52.1 | 52.79 | 27.87 | - |
| YUV | 191.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 128 | 0 | 0.16 | 0.43 | 0.13 | 37.26 | 0.6 | 0.69 |
| Hex | DF | BB | 80 | 0 | 10 | 2B | D | 25 | 3C | 45 |
| Octal | 337 | 273 | 200 | 0 | 20 | 53 | 15 | 45 | 74 | 105 |
| Binary | 11011111 | 10111011 | 10000000 | 0 | 10000 | 101011 | 1101 | 100101 | 111100 | 1000101 |
Color Harmonies of #DFBB80
Complementary color
Monochromatic Colors of #DFBB80
Black with #DFBB80
Text Example
Text Example
White with #DFBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB80; }
p { color: rgb(223,187,128); }
H1.HeaderClassName
{
color: #DFBB80;
}
.AnyTagClassName
{
color: #DFBB80;
}
</style>
background-color css
<style>
a { background-color: #DFBB80; }
a { background-color: rgb(223,187,128); }
div.DivClassName
{
background-color: #DFBB80;
}
.BgClassName
{
background-color: #DFBB80;
}
</style>
border-color css
<style>
span { border-color: #DFBB80; }
span { border-color: rgb(223,187,128); }
td.TdClassName
{
border-color: #DFBB80;
}
.TagClassName
{
border-color: #DFBB80;
}
</style>