Shades of Shilo #DFB4A0
Tints of Shilo #DFB4A0
RGB
CMYK
RGB Variations
Color information
#DFB4A0 (or 0xDFB4A0) is known color: Shilo. HEX triplet: DF, B4 and A0. RGB value is (223,180,160). Sum of RGB (Red+Green+Blue) = 223+180+160=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4A0 is #204B5F. Grayscale: #BEBEBE. Windows color (decimal): -2116448 or 10532063. OLE color: 10532063.
HSL color Cylindrical-coordinate representation of color #DFB4A0: hue angle of 19.05º 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 #DFB4A0 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 160 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.13 |
| HSL | 19.05º | 0.5% | 0.75% | - |
| HSV(B) | 19.05º | 0.28% | 0.87% | - |
| XYZ | 53.1 | 50.87 | 40.28 | - |
| YUV | 190.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 160 | 0 | 0.19 | 0.28 | 0.13 | 19.05 | 0.5 | 0.75 |
| Hex | DF | B4 | A0 | 0 | 13 | 1C | D | 13 | 32 | 4B |
| Octal | 337 | 264 | 240 | 0 | 23 | 34 | 15 | 23 | 62 | 113 |
| Binary | 11011111 | 10110100 | 10100000 | 0 | 10011 | 11100 | 1101 | 10011 | 110010 | 1001011 |
Color Harmonies of #DFB4A0
Complementary color
Monochromatic Colors of #DFB4A0
Black with #DFB4A0
Text Example
Text Example
White with #DFB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4A0; }
p { color: rgb(223,180,160); }
H1.HeaderClassName
{
color: #DFB4A0;
}
.AnyTagClassName
{
color: #DFB4A0;
}
</style>
background-color css
<style>
a { background-color: #DFB4A0; }
a { background-color: rgb(223,180,160); }
div.DivClassName
{
background-color: #DFB4A0;
}
.BgClassName
{
background-color: #DFB4A0;
}
</style>
border-color css
<style>
span { border-color: #DFB4A0; }
span { border-color: rgb(223,180,160); }
td.TdClassName
{
border-color: #DFB4A0;
}
.TagClassName
{
border-color: #DFB4A0;
}
</style>