Shades of Maize #DFB675
Tints of Maize #DFB675
RGB
CMYK
RGB Variations
Color information
#DFB675 (or 0xDFB675) is known color: Maize. HEX triplet: DF, B6 and 75. RGB value is (223,182,117). Sum of RGB (Red+Green+Blue) = 223+182+117=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB675 is #20498A. Grayscale: #BBBBBB. Windows color (decimal): -2115979 or 7714527. OLE color: 7714527.
HSL color Cylindrical-coordinate representation of color #DFB675: hue angle of 36.79º 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 #DFB675 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 117 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.13 |
| HSL | 36.79º | 0.62% | 0.67% | - |
| HSV(B) | 36.79º | 0.48% | 0.87% | - |
| XYZ | 50.37 | 50.43 | 23.91 | - |
| YUV | 186.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 117 | 0 | 0.18 | 0.48 | 0.13 | 36.79 | 0.62 | 0.67 |
| Hex | DF | B6 | 75 | 0 | 12 | 30 | D | 25 | 3E | 43 |
| Octal | 337 | 266 | 165 | 0 | 22 | 60 | 15 | 45 | 76 | 103 |
| Binary | 11011111 | 10110110 | 1110101 | 0 | 10010 | 110000 | 1101 | 100101 | 111110 | 1000011 |
Color Harmonies of #DFB675
Complementary color
Monochromatic Colors of #DFB675
Black with #DFB675
Text Example
Text Example
White with #DFB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB675; }
p { color: rgb(223,182,117); }
H1.HeaderClassName
{
color: #DFB675;
}
.AnyTagClassName
{
color: #DFB675;
}
</style>
background-color css
<style>
a { background-color: #DFB675; }
a { background-color: rgb(223,182,117); }
div.DivClassName
{
background-color: #DFB675;
}
.BgClassName
{
background-color: #DFB675;
}
</style>
border-color css
<style>
span { border-color: #DFB675; }
span { border-color: rgb(223,182,117); }
td.TdClassName
{
border-color: #DFB675;
}
.TagClassName
{
border-color: #DFB675;
}
</style>