Shades of Shilo #DFB5A0
Tints of Shilo #DFB5A0
RGB
CMYK
RGB Variations
Color information
#DFB5A0 (or 0xDFB5A0) is known color: Shilo. HEX triplet: DF, B5 and A0. RGB value is (223,181,160). Sum of RGB (Red+Green+Blue) = 223+181+160=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5A0 is #204A5F. Grayscale: #BFBFBF. Windows color (decimal): -2116192 or 10532319. OLE color: 10532319.
HSL color Cylindrical-coordinate representation of color #DFB5A0: hue angle of 20º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB5A0 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 160 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.13 |
| HSL | 20º | 0.5% | 0.75% | - |
| HSV(B) | 20º | 0.28% | 0.87% | - |
| XYZ | 53.3 | 51.27 | 40.35 | - |
| YUV | 191.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 160 | 0 | 0.19 | 0.28 | 0.13 | 20 | 0.5 | 0.75 |
| Hex | DF | B5 | A0 | 0 | 13 | 1C | D | 14 | 32 | 4B |
| Octal | 337 | 265 | 240 | 0 | 23 | 34 | 15 | 24 | 62 | 113 |
| Binary | 11011111 | 10110101 | 10100000 | 0 | 10011 | 11100 | 1101 | 10100 | 110010 | 1001011 |
Color Harmonies of #DFB5A0
Complementary color
Monochromatic Colors of #DFB5A0
Black with #DFB5A0
Text Example
Text Example
White with #DFB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5A0; }
p { color: rgb(223,181,160); }
H1.HeaderClassName
{
color: #DFB5A0;
}
.AnyTagClassName
{
color: #DFB5A0;
}
</style>
background-color css
<style>
a { background-color: #DFB5A0; }
a { background-color: rgb(223,181,160); }
div.DivClassName
{
background-color: #DFB5A0;
}
.BgClassName
{
background-color: #DFB5A0;
}
</style>
border-color css
<style>
span { border-color: #DFB5A0; }
span { border-color: rgb(223,181,160); }
td.TdClassName
{
border-color: #DFB5A0;
}
.TagClassName
{
border-color: #DFB5A0;
}
</style>