Shades of Maize #DFBC83
Tints of Maize #DFBC83
RGB
CMYK
RGB Variations
Color information
#DFBC83 (or 0xDFBC83) is known color: Maize. HEX triplet: DF, BC and 83. RGB value is (223,188,131). Sum of RGB (Red+Green+Blue) = 223+188+131=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC83 is #20437C. Grayscale: #C0C0C0. Windows color (decimal): -2114429 or 8633567. OLE color: 8633567.
HSL color Cylindrical-coordinate representation of color #DFBC83: hue angle of 37.17º 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 #DFBC83 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 131 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.13 |
| HSL | 37.17º | 0.59% | 0.69% | - |
| HSV(B) | 37.17º | 0.41% | 0.87% | - |
| XYZ | 52.51 | 53.29 | 28.99 | - |
| YUV | 191.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 131 | 0 | 0.16 | 0.41 | 0.13 | 37.17 | 0.59 | 0.69 |
| Hex | DF | BC | 83 | 0 | 10 | 29 | D | 25 | 3B | 45 |
| Octal | 337 | 274 | 203 | 0 | 20 | 51 | 15 | 45 | 73 | 105 |
| Binary | 11011111 | 10111100 | 10000011 | 0 | 10000 | 101001 | 1101 | 100101 | 111011 | 1000101 |
Color Harmonies of #DFBC83
Complementary color
Monochromatic Colors of #DFBC83
Black with #DFBC83
Text Example
Text Example
White with #DFBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC83; }
p { color: rgb(223,188,131); }
H1.HeaderClassName
{
color: #DFBC83;
}
.AnyTagClassName
{
color: #DFBC83;
}
</style>
background-color css
<style>
a { background-color: #DFBC83; }
a { background-color: rgb(223,188,131); }
div.DivClassName
{
background-color: #DFBC83;
}
.BgClassName
{
background-color: #DFBC83;
}
</style>
border-color css
<style>
span { border-color: #DFBC83; }
span { border-color: rgb(223,188,131); }
td.TdClassName
{
border-color: #DFBC83;
}
.TagClassName
{
border-color: #DFBC83;
}
</style>