Shades of Shilo #DBAB9F
Tints of Shilo #DBAB9F
RGB
CMYK
RGB Variations
Color information
#DBAB9F (or 0xDBAB9F) is known color: Shilo. HEX triplet: DB, AB and 9F. RGB value is (219,171,159). Sum of RGB (Red+Green+Blue) = 219+171+159=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB9F is #245460. Grayscale: #B8B8B8. Windows color (decimal): -2380897 or 10464219. OLE color: 10464219.
HSL color Cylindrical-coordinate representation of color #DBAB9F: hue angle of 12º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAB9F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 159 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.14 |
| HSL | 12º | 0.45% | 0.74% | - |
| HSV(B) | 12º | 0.27% | 0.86% | - |
| XYZ | 50.03 | 46.69 | 39.18 | - |
| YUV | 183.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 159 | 0 | 0.22 | 0.27 | 0.14 | 12 | 0.45 | 0.74 |
| Hex | DB | AB | 9F | 0 | 16 | 1B | E | C | 2D | 4A |
| Octal | 333 | 253 | 237 | 0 | 26 | 33 | 16 | 14 | 55 | 112 |
| Binary | 11011011 | 10101011 | 10011111 | 0 | 10110 | 11011 | 1110 | 1100 | 101101 | 1001010 |
Color Harmonies of #DBAB9F
Complementary color
Monochromatic Colors of #DBAB9F
Black with #DBAB9F
Text Example
Text Example
White with #DBAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB9F; }
p { color: rgb(219,171,159); }
H1.HeaderClassName
{
color: #DBAB9F;
}
.AnyTagClassName
{
color: #DBAB9F;
}
</style>
background-color css
<style>
a { background-color: #DBAB9F; }
a { background-color: rgb(219,171,159); }
div.DivClassName
{
background-color: #DBAB9F;
}
.BgClassName
{
background-color: #DBAB9F;
}
</style>
border-color css
<style>
span { border-color: #DBAB9F; }
span { border-color: rgb(219,171,159); }
td.TdClassName
{
border-color: #DBAB9F;
}
.TagClassName
{
border-color: #DBAB9F;
}
</style>