Shades of Shilo #DFABA7
Tints of Shilo #DFABA7
RGB
CMYK
RGB Variations
Color information
#DFABA7 (or 0xDFABA7) is known color: Shilo. HEX triplet: DF, AB and A7. RGB value is (223,171,167). Sum of RGB (Red+Green+Blue) = 223+171+167=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABA7 is #205458. Grayscale: #BABABA. Windows color (decimal): -2118745 or 10988511. OLE color: 10988511.
HSL color Cylindrical-coordinate representation of color #DFABA7: hue angle of 4.29º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFABA7 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 167 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.13 |
| HSL | 4.29º | 0.47% | 0.76% | - |
| HSV(B) | 4.29º | 0.25% | 0.87% | - |
| XYZ | 51.97 | 47.6 | 43.01 | - |
| YUV | 186.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 167 | 0 | 0.23 | 0.25 | 0.13 | 4.29 | 0.47 | 0.76 |
| Hex | DF | AB | A7 | 0 | 17 | 19 | D | 4 | 2F | 4C |
| Octal | 337 | 253 | 247 | 0 | 27 | 31 | 15 | 4 | 57 | 114 |
| Binary | 11011111 | 10101011 | 10100111 | 0 | 10111 | 11001 | 1101 | 100 | 101111 | 1001100 |
Color Harmonies of #DFABA7
Complementary color
Monochromatic Colors of #DFABA7
Black with #DFABA7
Text Example
Text Example
White with #DFABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABA7; }
p { color: rgb(223,171,167); }
H1.HeaderClassName
{
color: #DFABA7;
}
.AnyTagClassName
{
color: #DFABA7;
}
</style>
background-color css
<style>
a { background-color: #DFABA7; }
a { background-color: rgb(223,171,167); }
div.DivClassName
{
background-color: #DFABA7;
}
.BgClassName
{
background-color: #DFABA7;
}
</style>
border-color css
<style>
span { border-color: #DFABA7; }
span { border-color: rgb(223,171,167); }
td.TdClassName
{
border-color: #DFABA7;
}
.TagClassName
{
border-color: #DFABA7;
}
</style>