Shades of Shilo #DFAA9E
Tints of Shilo #DFAA9E
RGB
CMYK
RGB Variations
Color information
#DFAA9E (or 0xDFAA9E) is known color: Shilo. HEX triplet: DF, AA and 9E. RGB value is (223,170,158). Sum of RGB (Red+Green+Blue) = 223+170+158=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA9E is #205561. Grayscale: #B8B8B8. Windows color (decimal): -2119010 or 10398431. OLE color: 10398431.
HSL color Cylindrical-coordinate representation of color #DFAA9E: hue angle of 11.08º 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 #DFAA9E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 158 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.13 |
| HSL | 11.08º | 0.5% | 0.75% | - |
| HSV(B) | 11.08º | 0.29% | 0.87% | - |
| XYZ | 50.98 | 46.91 | 38.71 | - |
| YUV | 184.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 158 | 0 | 0.24 | 0.29 | 0.13 | 11.08 | 0.5 | 0.75 |
| Hex | DF | AA | 9E | 0 | 18 | 1D | D | B | 32 | 4B |
| Octal | 337 | 252 | 236 | 0 | 30 | 35 | 15 | 13 | 62 | 113 |
| Binary | 11011111 | 10101010 | 10011110 | 0 | 11000 | 11101 | 1101 | 1011 | 110010 | 1001011 |
Color Harmonies of #DFAA9E
Complementary color
Monochromatic Colors of #DFAA9E
Black with #DFAA9E
Text Example
Text Example
White with #DFAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA9E; }
p { color: rgb(223,170,158); }
H1.HeaderClassName
{
color: #DFAA9E;
}
.AnyTagClassName
{
color: #DFAA9E;
}
</style>
background-color css
<style>
a { background-color: #DFAA9E; }
a { background-color: rgb(223,170,158); }
div.DivClassName
{
background-color: #DFAA9E;
}
.BgClassName
{
background-color: #DFAA9E;
}
</style>
border-color css
<style>
span { border-color: #DFAA9E; }
span { border-color: rgb(223,170,158); }
td.TdClassName
{
border-color: #DFAA9E;
}
.TagClassName
{
border-color: #DFAA9E;
}
</style>