Shades of Shilo #DFAB9F
Tints of Shilo #DFAB9F
RGB
CMYK
RGB Variations
Color information
#DFAB9F (or 0xDFAB9F) is known color: Shilo. HEX triplet: DF, AB and 9F. RGB value is (223,171,159). Sum of RGB (Red+Green+Blue) = 223+171+159=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB9F is #205460. Grayscale: #B9B9B9. Windows color (decimal): -2118753 or 10464223. OLE color: 10464223.
HSL color Cylindrical-coordinate representation of color #DFAB9F: hue angle of 11.25º 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 #DFAB9F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 159 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.13 |
| HSL | 11.25º | 0.5% | 0.75% | - |
| HSV(B) | 11.25º | 0.29% | 0.87% | - |
| XYZ | 51.25 | 47.32 | 39.23 | - |
| YUV | 185.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 159 | 0 | 0.23 | 0.29 | 0.13 | 11.25 | 0.5 | 0.75 |
| Hex | DF | AB | 9F | 0 | 17 | 1D | D | B | 32 | 4B |
| Octal | 337 | 253 | 237 | 0 | 27 | 35 | 15 | 13 | 62 | 113 |
| Binary | 11011111 | 10101011 | 10011111 | 0 | 10111 | 11101 | 1101 | 1011 | 110010 | 1001011 |
Color Harmonies of #DFAB9F
Complementary color
Monochromatic Colors of #DFAB9F
Black with #DFAB9F
Text Example
Text Example
White with #DFAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB9F; }
p { color: rgb(223,171,159); }
H1.HeaderClassName
{
color: #DFAB9F;
}
.AnyTagClassName
{
color: #DFAB9F;
}
</style>
background-color css
<style>
a { background-color: #DFAB9F; }
a { background-color: rgb(223,171,159); }
div.DivClassName
{
background-color: #DFAB9F;
}
.BgClassName
{
background-color: #DFAB9F;
}
</style>
border-color css
<style>
span { border-color: #DFAB9F; }
span { border-color: rgb(223,171,159); }
td.TdClassName
{
border-color: #DFAB9F;
}
.TagClassName
{
border-color: #DFAB9F;
}
</style>