Shades of Maize #DFB575
Tints of Maize #DFB575
RGB
CMYK
RGB Variations
Color information
#DFB575 (or 0xDFB575) is known color: Maize. HEX triplet: DF, B5 and 75. RGB value is (223,181,117). Sum of RGB (Red+Green+Blue) = 223+181+117=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB575 is #204A8A. Grayscale: #BABABA. Windows color (decimal): -2116235 or 7714271. OLE color: 7714271.
HSL color Cylindrical-coordinate representation of color #DFB575: hue angle of 36.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFB575 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 117 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.13 |
| HSL | 36.23º | 0.62% | 0.67% | - |
| HSV(B) | 36.23º | 0.48% | 0.87% | - |
| XYZ | 50.17 | 50.02 | 23.84 | - |
| YUV | 186.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 117 | 0 | 0.19 | 0.48 | 0.13 | 36.23 | 0.62 | 0.67 |
| Hex | DF | B5 | 75 | 0 | 13 | 30 | D | 24 | 3E | 43 |
| Octal | 337 | 265 | 165 | 0 | 23 | 60 | 15 | 44 | 76 | 103 |
| Binary | 11011111 | 10110101 | 1110101 | 0 | 10011 | 110000 | 1101 | 100100 | 111110 | 1000011 |
Color Harmonies of #DFB575
Complementary color
Monochromatic Colors of #DFB575
Black with #DFB575
Text Example
Text Example
White with #DFB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB575; }
p { color: rgb(223,181,117); }
H1.HeaderClassName
{
color: #DFB575;
}
.AnyTagClassName
{
color: #DFB575;
}
</style>
background-color css
<style>
a { background-color: #DFB575; }
a { background-color: rgb(223,181,117); }
div.DivClassName
{
background-color: #DFB575;
}
.BgClassName
{
background-color: #DFB575;
}
</style>
border-color css
<style>
span { border-color: #DFB575; }
span { border-color: rgb(223,181,117); }
td.TdClassName
{
border-color: #DFB575;
}
.TagClassName
{
border-color: #DFB575;
}
</style>