Shades of Shilo #DBACA6
Tints of Shilo #DBACA6
RGB
CMYK
RGB Variations
Color information
#DBACA6 (or 0xDBACA6) is known color: Shilo. HEX triplet: DB, AC and A6. RGB value is (219,172,166). Sum of RGB (Red+Green+Blue) = 219+172+166=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACA6 is #245359. Grayscale: #B9B9B9. Windows color (decimal): -2380634 or 10923227. OLE color: 10923227.
HSL color Cylindrical-coordinate representation of color #DBACA6: hue angle of 6.79º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBACA6 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 166 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.14 |
| HSL | 6.79º | 0.42% | 0.75% | - |
| HSV(B) | 6.79º | 0.24% | 0.86% | - |
| XYZ | 50.85 | 47.32 | 42.53 | - |
| YUV | 185.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 166 | 0 | 0.21 | 0.24 | 0.14 | 6.79 | 0.42 | 0.75 |
| Hex | DB | AC | A6 | 0 | 15 | 18 | E | 7 | 2A | 4B |
| Octal | 333 | 254 | 246 | 0 | 25 | 30 | 16 | 7 | 52 | 113 |
| Binary | 11011011 | 10101100 | 10100110 | 0 | 10101 | 11000 | 1110 | 111 | 101010 | 1001011 |
Color Harmonies of #DBACA6
Complementary color
Monochromatic Colors of #DBACA6
Black with #DBACA6
Text Example
Text Example
White with #DBACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACA6; }
p { color: rgb(219,172,166); }
H1.HeaderClassName
{
color: #DBACA6;
}
.AnyTagClassName
{
color: #DBACA6;
}
</style>
background-color css
<style>
a { background-color: #DBACA6; }
a { background-color: rgb(219,172,166); }
div.DivClassName
{
background-color: #DBACA6;
}
.BgClassName
{
background-color: #DBACA6;
}
</style>
border-color css
<style>
span { border-color: #DBACA6; }
span { border-color: rgb(219,172,166); }
td.TdClassName
{
border-color: #DBACA6;
}
.TagClassName
{
border-color: #DBACA6;
}
</style>