Shades of Shilo #DFAC9D
Tints of Shilo #DFAC9D
RGB
CMYK
RGB Variations
Color information
#DFAC9D (or 0xDFAC9D) is known color: Shilo. HEX triplet: DF, AC and 9D. RGB value is (223,172,157). Sum of RGB (Red+Green+Blue) = 223+172+157=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC9D is #205362. Grayscale: #B9B9B9. Windows color (decimal): -2118499 or 10333407. OLE color: 10333407.
HSL color Cylindrical-coordinate representation of color #DFAC9D: hue angle of 13.64º 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 #DFAC9D is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 157 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 13.64º | 0.51% | 0.75% | - |
| HSV(B) | 13.64º | 0.3% | 0.87% | - |
| XYZ | 51.27 | 47.63 | 38.39 | - |
| YUV | 185.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 157 | 0 | 0.23 | 0.30 | 0.13 | 13.64 | 0.51 | 0.75 |
| Hex | DF | AC | 9D | 0 | 17 | 1E | D | E | 33 | 4B |
| Octal | 337 | 254 | 235 | 0 | 27 | 36 | 15 | 16 | 63 | 113 |
| Binary | 11011111 | 10101100 | 10011101 | 0 | 10111 | 11110 | 1101 | 1110 | 110011 | 1001011 |
Color Harmonies of #DFAC9D
Complementary color
Monochromatic Colors of #DFAC9D
Black with #DFAC9D
Text Example
Text Example
White with #DFAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC9D; }
p { color: rgb(223,172,157); }
H1.HeaderClassName
{
color: #DFAC9D;
}
.AnyTagClassName
{
color: #DFAC9D;
}
</style>
background-color css
<style>
a { background-color: #DFAC9D; }
a { background-color: rgb(223,172,157); }
div.DivClassName
{
background-color: #DFAC9D;
}
.BgClassName
{
background-color: #DFAC9D;
}
</style>
border-color css
<style>
span { border-color: #DFAC9D; }
span { border-color: rgb(223,172,157); }
td.TdClassName
{
border-color: #DFAC9D;
}
.TagClassName
{
border-color: #DFAC9D;
}
</style>