Shades of Shilo #DFAA9D
Tints of Shilo #DFAA9D
RGB
CMYK
RGB Variations
Color information
#DFAA9D (or 0xDFAA9D) is known color: Shilo. HEX triplet: DF, AA and 9D. RGB value is (223,170,157). Sum of RGB (Red+Green+Blue) = 223+170+157=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA9D is #205562. Grayscale: #B8B8B8. Windows color (decimal): -2119011 or 10332895. OLE color: 10332895.
HSL color Cylindrical-coordinate representation of color #DFAA9D: hue angle of 11.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAA9D is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 157 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.13 |
| HSL | 11.82º | 0.51% | 0.75% | - |
| HSV(B) | 11.82º | 0.3% | 0.87% | - |
| XYZ | 50.89 | 46.87 | 38.26 | - |
| YUV | 184.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 157 | 0 | 0.24 | 0.30 | 0.13 | 11.82 | 0.51 | 0.75 |
| Hex | DF | AA | 9D | 0 | 18 | 1E | D | C | 33 | 4B |
| Octal | 337 | 252 | 235 | 0 | 30 | 36 | 15 | 14 | 63 | 113 |
| Binary | 11011111 | 10101010 | 10011101 | 0 | 11000 | 11110 | 1101 | 1100 | 110011 | 1001011 |
Color Harmonies of #DFAA9D
Complementary color
Monochromatic Colors of #DFAA9D
Black with #DFAA9D
Text Example
Text Example
White with #DFAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA9D; }
p { color: rgb(223,170,157); }
H1.HeaderClassName
{
color: #DFAA9D;
}
.AnyTagClassName
{
color: #DFAA9D;
}
</style>
background-color css
<style>
a { background-color: #DFAA9D; }
a { background-color: rgb(223,170,157); }
div.DivClassName
{
background-color: #DFAA9D;
}
.BgClassName
{
background-color: #DFAA9D;
}
</style>
border-color css
<style>
span { border-color: #DFAA9D; }
span { border-color: rgb(223,170,157); }
td.TdClassName
{
border-color: #DFAA9D;
}
.TagClassName
{
border-color: #DFAA9D;
}
</style>