Shades of Shilo #DFACAA
Tints of Shilo #DFACAA
RGB
CMYK
RGB Variations
Color information
#DFACAA (or 0xDFACAA) is known color: Shilo. HEX triplet: DF, AC and AA. RGB value is (223,172,170). Sum of RGB (Red+Green+Blue) = 223+172+170=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACAA is #205355. Grayscale: #BBBBBB. Windows color (decimal): -2118486 or 11185375. OLE color: 11185375.
HSL color Cylindrical-coordinate representation of color #DFACAA: hue angle of 2.26º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFACAA is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 170 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.13 |
| HSL | 2.26º | 0.45% | 0.77% | - |
| HSV(B) | 2.26º | 0.24% | 0.87% | - |
| XYZ | 52.44 | 48.1 | 44.55 | - |
| YUV | 187.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 170 | 0 | 0.23 | 0.24 | 0.13 | 2.26 | 0.45 | 0.77 |
| Hex | DF | AC | AA | 0 | 17 | 18 | D | 2 | 2D | 4D |
| Octal | 337 | 254 | 252 | 0 | 27 | 30 | 15 | 2 | 55 | 115 |
| Binary | 11011111 | 10101100 | 10101010 | 0 | 10111 | 11000 | 1101 | 10 | 101101 | 1001101 |
Color Harmonies of #DFACAA
Complementary color
Monochromatic Colors of #DFACAA
Black with #DFACAA
Text Example
Text Example
White with #DFACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACAA; }
p { color: rgb(223,172,170); }
H1.HeaderClassName
{
color: #DFACAA;
}
.AnyTagClassName
{
color: #DFACAA;
}
</style>
background-color css
<style>
a { background-color: #DFACAA; }
a { background-color: rgb(223,172,170); }
div.DivClassName
{
background-color: #DFACAA;
}
.BgClassName
{
background-color: #DFACAA;
}
</style>
border-color css
<style>
span { border-color: #DFACAA; }
span { border-color: rgb(223,172,170); }
td.TdClassName
{
border-color: #DFACAA;
}
.TagClassName
{
border-color: #DFACAA;
}
</style>