Shades of Shilo #DFAAA0
Tints of Shilo #DFAAA0
RGB
CMYK
RGB Variations
Color information
#DFAAA0 (or 0xDFAAA0) is known color: Shilo. HEX triplet: DF, AA and A0. RGB value is (223,170,160). Sum of RGB (Red+Green+Blue) = 223+170+160=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAA0 is #20555F. Grayscale: #B8B8B8. Windows color (decimal): -2119008 or 10529503. OLE color: 10529503.
HSL color Cylindrical-coordinate representation of color #DFAAA0: hue angle of 9.52º 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 #DFAAA0 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 160 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.13 |
| HSL | 9.52º | 0.5% | 0.75% | - |
| HSV(B) | 9.52º | 0.28% | 0.87% | - |
| XYZ | 51.15 | 46.98 | 39.63 | - |
| YUV | 184.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 160 | 0 | 0.24 | 0.28 | 0.13 | 9.52 | 0.5 | 0.75 |
| Hex | DF | AA | A0 | 0 | 18 | 1C | D | A | 32 | 4B |
| Octal | 337 | 252 | 240 | 0 | 30 | 34 | 15 | 12 | 62 | 113 |
| Binary | 11011111 | 10101010 | 10100000 | 0 | 11000 | 11100 | 1101 | 1010 | 110010 | 1001011 |
Color Harmonies of #DFAAA0
Complementary color
Monochromatic Colors of #DFAAA0
Black with #DFAAA0
Text Example
Text Example
White with #DFAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAA0; }
p { color: rgb(223,170,160); }
H1.HeaderClassName
{
color: #DFAAA0;
}
.AnyTagClassName
{
color: #DFAAA0;
}
</style>
background-color css
<style>
a { background-color: #DFAAA0; }
a { background-color: rgb(223,170,160); }
div.DivClassName
{
background-color: #DFAAA0;
}
.BgClassName
{
background-color: #DFAAA0;
}
</style>
border-color css
<style>
span { border-color: #DFAAA0; }
span { border-color: rgb(223,170,160); }
td.TdClassName
{
border-color: #DFAAA0;
}
.TagClassName
{
border-color: #DFAAA0;
}
</style>