Shades of Shilo #DFAB9E
Tints of Shilo #DFAB9E
RGB
CMYK
RGB Variations
Color information
#DFAB9E (or 0xDFAB9E) is known color: Shilo. HEX triplet: DF, AB and 9E. RGB value is (223,171,158). Sum of RGB (Red+Green+Blue) = 223+171+158=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB9E is #205461. Grayscale: #B9B9B9. Windows color (decimal): -2118754 or 10398687. OLE color: 10398687.
HSL color Cylindrical-coordinate representation of color #DFAB9E: hue angle of 12º 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 #DFAB9E is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 158 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.13 |
| HSL | 12º | 0.5% | 0.75% | - |
| HSV(B) | 12º | 0.29% | 0.87% | - |
| XYZ | 51.17 | 47.28 | 38.78 | - |
| YUV | 185.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 158 | 0 | 0.23 | 0.29 | 0.13 | 12 | 0.5 | 0.75 |
| Hex | DF | AB | 9E | 0 | 17 | 1D | D | C | 32 | 4B |
| Octal | 337 | 253 | 236 | 0 | 27 | 35 | 15 | 14 | 62 | 113 |
| Binary | 11011111 | 10101011 | 10011110 | 0 | 10111 | 11101 | 1101 | 1100 | 110010 | 1001011 |
Color Harmonies of #DFAB9E
Complementary color
Monochromatic Colors of #DFAB9E
Black with #DFAB9E
Text Example
Text Example
White with #DFAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB9E; }
p { color: rgb(223,171,158); }
H1.HeaderClassName
{
color: #DFAB9E;
}
.AnyTagClassName
{
color: #DFAB9E;
}
</style>
background-color css
<style>
a { background-color: #DFAB9E; }
a { background-color: rgb(223,171,158); }
div.DivClassName
{
background-color: #DFAB9E;
}
.BgClassName
{
background-color: #DFAB9E;
}
</style>
border-color css
<style>
span { border-color: #DFAB9E; }
span { border-color: rgb(223,171,158); }
td.TdClassName
{
border-color: #DFAB9E;
}
.TagClassName
{
border-color: #DFAB9E;
}
</style>