Shades of Shilo #DBABA0
Tints of Shilo #DBABA0
RGB
CMYK
RGB Variations
Color information
#DBABA0 (or 0xDBABA0) is known color: Shilo. HEX triplet: DB, AB and A0. RGB value is (219,171,160). Sum of RGB (Red+Green+Blue) = 219+171+160=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABA0 is #24545F. Grayscale: #B8B8B8. Windows color (decimal): -2380896 or 10529755. OLE color: 10529755.
HSL color Cylindrical-coordinate representation of color #DBABA0: hue angle of 11.19º 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 #DBABA0 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 160 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.14 |
| HSL | 11.19º | 0.45% | 0.74% | - |
| HSV(B) | 11.19º | 0.27% | 0.86% | - |
| XYZ | 50.12 | 46.72 | 39.63 | - |
| YUV | 184.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 160 | 0 | 0.22 | 0.27 | 0.14 | 11.19 | 0.45 | 0.74 |
| Hex | DB | AB | A0 | 0 | 16 | 1B | E | B | 2D | 4A |
| Octal | 333 | 253 | 240 | 0 | 26 | 33 | 16 | 13 | 55 | 112 |
| Binary | 11011011 | 10101011 | 10100000 | 0 | 10110 | 11011 | 1110 | 1011 | 101101 | 1001010 |
Color Harmonies of #DBABA0
Complementary color
Monochromatic Colors of #DBABA0
Black with #DBABA0
Text Example
Text Example
White with #DBABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABA0; }
p { color: rgb(219,171,160); }
H1.HeaderClassName
{
color: #DBABA0;
}
.AnyTagClassName
{
color: #DBABA0;
}
</style>
background-color css
<style>
a { background-color: #DBABA0; }
a { background-color: rgb(219,171,160); }
div.DivClassName
{
background-color: #DBABA0;
}
.BgClassName
{
background-color: #DBABA0;
}
</style>
border-color css
<style>
span { border-color: #DBABA0; }
span { border-color: rgb(219,171,160); }
td.TdClassName
{
border-color: #DBABA0;
}
.TagClassName
{
border-color: #DBABA0;
}
</style>