Shades of Maize #DFBB83
Tints of Maize #DFBB83
RGB
CMYK
RGB Variations
Color information
#DFBB83 (or 0xDFBB83) is known color: Maize. HEX triplet: DF, BB and 83. RGB value is (223,187,131). Sum of RGB (Red+Green+Blue) = 223+187+131=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB83 is #20447C. Grayscale: #BFBFBF. Windows color (decimal): -2114685 or 8633311. OLE color: 8633311.
HSL color Cylindrical-coordinate representation of color #DFBB83: hue angle of 36.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFBB83 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 131 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.13 |
| HSL | 36.52º | 0.59% | 0.69% | - |
| HSV(B) | 36.52º | 0.41% | 0.87% | - |
| XYZ | 52.3 | 52.87 | 28.92 | - |
| YUV | 191.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 131 | 0 | 0.16 | 0.41 | 0.13 | 36.52 | 0.59 | 0.69 |
| Hex | DF | BB | 83 | 0 | 10 | 29 | D | 25 | 3B | 45 |
| Octal | 337 | 273 | 203 | 0 | 20 | 51 | 15 | 45 | 73 | 105 |
| Binary | 11011111 | 10111011 | 10000011 | 0 | 10000 | 101001 | 1101 | 100101 | 111011 | 1000101 |
Color Harmonies of #DFBB83
Complementary color
Monochromatic Colors of #DFBB83
Black with #DFBB83
Text Example
Text Example
White with #DFBB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB83; }
p { color: rgb(223,187,131); }
H1.HeaderClassName
{
color: #DFBB83;
}
.AnyTagClassName
{
color: #DFBB83;
}
</style>
background-color css
<style>
a { background-color: #DFBB83; }
a { background-color: rgb(223,187,131); }
div.DivClassName
{
background-color: #DFBB83;
}
.BgClassName
{
background-color: #DFBB83;
}
</style>
border-color css
<style>
span { border-color: #DFBB83; }
span { border-color: rgb(223,187,131); }
td.TdClassName
{
border-color: #DFBB83;
}
.TagClassName
{
border-color: #DFBB83;
}
</style>