Shades of Shilo #DBABA5
Tints of Shilo #DBABA5
RGB
CMYK
RGB Variations
Color information
#DBABA5 (or 0xDBABA5) is known color: Shilo. HEX triplet: DB, AB and A5. RGB value is (219,171,165). Sum of RGB (Red+Green+Blue) = 219+171+165=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABA5 is #24545A. Grayscale: #B8B8B8. Windows color (decimal): -2380891 or 10857435. OLE color: 10857435.
HSL color Cylindrical-coordinate representation of color #DBABA5: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBABA5 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 165 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.14 |
| HSL | 6.67º | 0.43% | 0.75% | - |
| HSV(B) | 6.67º | 0.25% | 0.86% | - |
| XYZ | 50.57 | 46.9 | 41.99 | - |
| YUV | 184.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 165 | 0 | 0.22 | 0.25 | 0.14 | 6.67 | 0.43 | 0.75 |
| Hex | DB | AB | A5 | 0 | 16 | 19 | E | 7 | 2B | 4B |
| Octal | 333 | 253 | 245 | 0 | 26 | 31 | 16 | 7 | 53 | 113 |
| Binary | 11011011 | 10101011 | 10100101 | 0 | 10110 | 11001 | 1110 | 111 | 101011 | 1001011 |
Color Harmonies of #DBABA5
Complementary color
Monochromatic Colors of #DBABA5
Black with #DBABA5
Text Example
Text Example
White with #DBABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABA5; }
p { color: rgb(219,171,165); }
H1.HeaderClassName
{
color: #DBABA5;
}
.AnyTagClassName
{
color: #DBABA5;
}
</style>
background-color css
<style>
a { background-color: #DBABA5; }
a { background-color: rgb(219,171,165); }
div.DivClassName
{
background-color: #DBABA5;
}
.BgClassName
{
background-color: #DBABA5;
}
</style>
border-color css
<style>
span { border-color: #DBABA5; }
span { border-color: rgb(219,171,165); }
td.TdClassName
{
border-color: #DBABA5;
}
.TagClassName
{
border-color: #DBABA5;
}
</style>