Shades of Shilo #DFABA0
Tints of Shilo #DFABA0
RGB
CMYK
RGB Variations
Color information
#DFABA0 (or 0xDFABA0) is known color: Shilo. HEX triplet: DF, AB and A0. RGB value is (223,171,160). Sum of RGB (Red+Green+Blue) = 223+171+160=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABA0 is #20545F. Grayscale: #B9B9B9. Windows color (decimal): -2118752 or 10529759. OLE color: 10529759.
HSL color Cylindrical-coordinate representation of color #DFABA0: hue angle of 10.48º 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 #DFABA0 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 160 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.13 |
| HSL | 10.48º | 0.5% | 0.75% | - |
| HSV(B) | 10.48º | 0.28% | 0.87% | - |
| XYZ | 51.34 | 47.35 | 39.69 | - |
| YUV | 185.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 160 | 0 | 0.23 | 0.28 | 0.13 | 10.48 | 0.5 | 0.75 |
| Hex | DF | AB | A0 | 0 | 17 | 1C | D | A | 32 | 4B |
| Octal | 337 | 253 | 240 | 0 | 27 | 34 | 15 | 12 | 62 | 113 |
| Binary | 11011111 | 10101011 | 10100000 | 0 | 10111 | 11100 | 1101 | 1010 | 110010 | 1001011 |
Color Harmonies of #DFABA0
Complementary color
Monochromatic Colors of #DFABA0
Black with #DFABA0
Text Example
Text Example
White with #DFABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABA0; }
p { color: rgb(223,171,160); }
H1.HeaderClassName
{
color: #DFABA0;
}
.AnyTagClassName
{
color: #DFABA0;
}
</style>
background-color css
<style>
a { background-color: #DFABA0; }
a { background-color: rgb(223,171,160); }
div.DivClassName
{
background-color: #DFABA0;
}
.BgClassName
{
background-color: #DFABA0;
}
</style>
border-color css
<style>
span { border-color: #DFABA0; }
span { border-color: rgb(223,171,160); }
td.TdClassName
{
border-color: #DFABA0;
}
.TagClassName
{
border-color: #DFABA0;
}
</style>