Shades of Shilo #DFB1A6
Tints of Shilo #DFB1A6
RGB
CMYK
RGB Variations
Color information
#DFB1A6 (or 0xDFB1A6) is known color: Shilo. HEX triplet: DF, B1 and A6. RGB value is (223,177,166). Sum of RGB (Red+Green+Blue) = 223+177+166=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1A6 is #204E59. Grayscale: #BDBDBD. Windows color (decimal): -2117210 or 10924511. OLE color: 10924511.
HSL color Cylindrical-coordinate representation of color #DFB1A6: hue angle of 11.58º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB1A6 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 166 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.13 |
| HSL | 11.58º | 0.47% | 0.76% | - |
| HSV(B) | 11.58º | 0.26% | 0.87% | - |
| XYZ | 53.04 | 49.89 | 42.91 | - |
| YUV | 189.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 166 | 0 | 0.21 | 0.26 | 0.13 | 11.58 | 0.47 | 0.76 |
| Hex | DF | B1 | A6 | 0 | 15 | 1A | D | C | 2F | 4C |
| Octal | 337 | 261 | 246 | 0 | 25 | 32 | 15 | 14 | 57 | 114 |
| Binary | 11011111 | 10110001 | 10100110 | 0 | 10101 | 11010 | 1101 | 1100 | 101111 | 1001100 |
Color Harmonies of #DFB1A6
Complementary color
Monochromatic Colors of #DFB1A6
Black with #DFB1A6
Text Example
Text Example
White with #DFB1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1A6; }
p { color: rgb(223,177,166); }
H1.HeaderClassName
{
color: #DFB1A6;
}
.AnyTagClassName
{
color: #DFB1A6;
}
</style>
background-color css
<style>
a { background-color: #DFB1A6; }
a { background-color: rgb(223,177,166); }
div.DivClassName
{
background-color: #DFB1A6;
}
.BgClassName
{
background-color: #DFB1A6;
}
</style>
border-color css
<style>
span { border-color: #DFB1A6; }
span { border-color: rgb(223,177,166); }
td.TdClassName
{
border-color: #DFB1A6;
}
.TagClassName
{
border-color: #DFB1A6;
}
</style>