Shades of Shilo #DFA7A1
Tints of Shilo #DFA7A1
RGB
CMYK
RGB Variations
Color information
#DFA7A1 (or 0xDFA7A1) is known color: Shilo. HEX triplet: DF, A7 and A1. RGB value is (223,167,161). Sum of RGB (Red+Green+Blue) = 223+167+161=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA7A1 is #20585E. Grayscale: #B7B7B7. Windows color (decimal): -2119775 or 10594271. OLE color: 10594271.
HSL color Cylindrical-coordinate representation of color #DFA7A1: hue angle of 5.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA7A1 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 161 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.13 |
| HSL | 5.81º | 0.49% | 0.75% | - |
| HSV(B) | 5.81º | 0.28% | 0.87% | - |
| XYZ | 50.68 | 45.9 | 39.91 | - |
| YUV | 183.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 161 | 0 | 0.25 | 0.28 | 0.13 | 5.81 | 0.49 | 0.75 |
| Hex | DF | A7 | A1 | 0 | 19 | 1C | D | 6 | 31 | 4B |
| Octal | 337 | 247 | 241 | 0 | 31 | 34 | 15 | 6 | 61 | 113 |
| Binary | 11011111 | 10100111 | 10100001 | 0 | 11001 | 11100 | 1101 | 110 | 110001 | 1001011 |
Color Harmonies of #DFA7A1
Complementary color
Monochromatic Colors of #DFA7A1
Black with #DFA7A1
Text Example
Text Example
White with #DFA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7A1; }
p { color: rgb(223,167,161); }
H1.HeaderClassName
{
color: #DFA7A1;
}
.AnyTagClassName
{
color: #DFA7A1;
}
</style>
background-color css
<style>
a { background-color: #DFA7A1; }
a { background-color: rgb(223,167,161); }
div.DivClassName
{
background-color: #DFA7A1;
}
.BgClassName
{
background-color: #DFA7A1;
}
</style>
border-color css
<style>
span { border-color: #DFA7A1; }
span { border-color: rgb(223,167,161); }
td.TdClassName
{
border-color: #DFA7A1;
}
.TagClassName
{
border-color: #DFA7A1;
}
</style>