Shades of Shilo #DFAB9C
Tints of Shilo #DFAB9C
RGB
CMYK
RGB Variations
Color information
#DFAB9C (or 0xDFAB9C) is known color: Shilo. HEX triplet: DF, AB and 9C. RGB value is (223,171,156). Sum of RGB (Red+Green+Blue) = 223+171+156=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB9C is #205463. Grayscale: #B8B8B8. Windows color (decimal): -2118756 or 10267615. OLE color: 10267615.
HSL color Cylindrical-coordinate representation of color #DFAB9C: hue angle of 13.43º 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 #DFAB9C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 156 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 13.43º | 0.51% | 0.74% | - |
| HSV(B) | 13.43º | 0.3% | 0.87% | - |
| XYZ | 51 | 47.21 | 37.88 | - |
| YUV | 184.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 156 | 0 | 0.23 | 0.30 | 0.13 | 13.43 | 0.51 | 0.74 |
| Hex | DF | AB | 9C | 0 | 17 | 1E | D | D | 33 | 4A |
| Octal | 337 | 253 | 234 | 0 | 27 | 36 | 15 | 15 | 63 | 112 |
| Binary | 11011111 | 10101011 | 10011100 | 0 | 10111 | 11110 | 1101 | 1101 | 110011 | 1001010 |
Color Harmonies of #DFAB9C
Complementary color
Monochromatic Colors of #DFAB9C
Black with #DFAB9C
Text Example
Text Example
White with #DFAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB9C; }
p { color: rgb(223,171,156); }
H1.HeaderClassName
{
color: #DFAB9C;
}
.AnyTagClassName
{
color: #DFAB9C;
}
</style>
background-color css
<style>
a { background-color: #DFAB9C; }
a { background-color: rgb(223,171,156); }
div.DivClassName
{
background-color: #DFAB9C;
}
.BgClassName
{
background-color: #DFAB9C;
}
</style>
border-color css
<style>
span { border-color: #DFAB9C; }
span { border-color: rgb(223,171,156); }
td.TdClassName
{
border-color: #DFAB9C;
}
.TagClassName
{
border-color: #DFAB9C;
}
</style>