Shades of Shilo #DFAC9C
Tints of Shilo #DFAC9C
RGB
CMYK
RGB Variations
Color information
#DFAC9C (or 0xDFAC9C) is known color: Shilo. HEX triplet: DF, AC and 9C. RGB value is (223,172,156). Sum of RGB (Red+Green+Blue) = 223+172+156=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC9C is #205363. Grayscale: #B9B9B9. Windows color (decimal): -2118500 or 10267871. OLE color: 10267871.
HSL color Cylindrical-coordinate representation of color #DFAC9C: hue angle of 14.33º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAC9C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 156 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 14.33º | 0.51% | 0.74% | - |
| HSV(B) | 14.33º | 0.3% | 0.87% | - |
| XYZ | 51.18 | 47.59 | 37.94 | - |
| YUV | 185.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 156 | 0 | 0.23 | 0.30 | 0.13 | 14.33 | 0.51 | 0.74 |
| Hex | DF | AC | 9C | 0 | 17 | 1E | D | E | 33 | 4A |
| Octal | 337 | 254 | 234 | 0 | 27 | 36 | 15 | 16 | 63 | 112 |
| Binary | 11011111 | 10101100 | 10011100 | 0 | 10111 | 11110 | 1101 | 1110 | 110011 | 1001010 |
Color Harmonies of #DFAC9C
Complementary color
Monochromatic Colors of #DFAC9C
Black with #DFAC9C
Text Example
Text Example
White with #DFAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC9C; }
p { color: rgb(223,172,156); }
H1.HeaderClassName
{
color: #DFAC9C;
}
.AnyTagClassName
{
color: #DFAC9C;
}
</style>
background-color css
<style>
a { background-color: #DFAC9C; }
a { background-color: rgb(223,172,156); }
div.DivClassName
{
background-color: #DFAC9C;
}
.BgClassName
{
background-color: #DFAC9C;
}
</style>
border-color css
<style>
span { border-color: #DFAC9C; }
span { border-color: rgb(223,172,156); }
td.TdClassName
{
border-color: #DFAC9C;
}
.TagClassName
{
border-color: #DFAC9C;
}
</style>