Shades of Shilo #DFB49F
Tints of Shilo #DFB49F
RGB
CMYK
RGB Variations
Color information
#DFB49F (or 0xDFB49F) is known color: Shilo. HEX triplet: DF, B4 and 9F. RGB value is (223,180,159). Sum of RGB (Red+Green+Blue) = 223+180+159=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB49F is #204B60. Grayscale: #BEBEBE. Windows color (decimal): -2116449 or 10466527. OLE color: 10466527.
HSL color Cylindrical-coordinate representation of color #DFB49F: hue angle of 19.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB49F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 159 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.13 |
| HSL | 19.69º | 0.5% | 0.75% | - |
| HSV(B) | 19.69º | 0.29% | 0.87% | - |
| XYZ | 53.01 | 50.83 | 39.82 | - |
| YUV | 190.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 159 | 0 | 0.19 | 0.29 | 0.13 | 19.69 | 0.5 | 0.75 |
| Hex | DF | B4 | 9F | 0 | 13 | 1D | D | 14 | 32 | 4B |
| Octal | 337 | 264 | 237 | 0 | 23 | 35 | 15 | 24 | 62 | 113 |
| Binary | 11011111 | 10110100 | 10011111 | 0 | 10011 | 11101 | 1101 | 10100 | 110010 | 1001011 |
Color Harmonies of #DFB49F
Complementary color
Monochromatic Colors of #DFB49F
Black with #DFB49F
Text Example
Text Example
White with #DFB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB49F; }
p { color: rgb(223,180,159); }
H1.HeaderClassName
{
color: #DFB49F;
}
.AnyTagClassName
{
color: #DFB49F;
}
</style>
background-color css
<style>
a { background-color: #DFB49F; }
a { background-color: rgb(223,180,159); }
div.DivClassName
{
background-color: #DFB49F;
}
.BgClassName
{
background-color: #DFB49F;
}
</style>
border-color css
<style>
span { border-color: #DFB49F; }
span { border-color: rgb(223,180,159); }
td.TdClassName
{
border-color: #DFB49F;
}
.TagClassName
{
border-color: #DFB49F;
}
</style>