Shades of Shilo #DBADA1
Tints of Shilo #DBADA1
RGB
CMYK
RGB Variations
Color information
#DBADA1 (or 0xDBADA1) is known color: Shilo. HEX triplet: DB, AD and A1. RGB value is (219,173,161). Sum of RGB (Red+Green+Blue) = 219+173+161=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADA1 is #24525E. Grayscale: #B9B9B9. Windows color (decimal): -2380383 or 10595803. OLE color: 10595803.
HSL color Cylindrical-coordinate representation of color #DBADA1: hue angle of 12.41º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBADA1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 161 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.14 |
| HSL | 12.41º | 0.45% | 0.75% | - |
| HSV(B) | 12.41º | 0.26% | 0.86% | - |
| XYZ | 50.59 | 47.52 | 40.22 | - |
| YUV | 185.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 161 | 0 | 0.21 | 0.26 | 0.14 | 12.41 | 0.45 | 0.75 |
| Hex | DB | AD | A1 | 0 | 15 | 1A | E | C | 2D | 4B |
| Octal | 333 | 255 | 241 | 0 | 25 | 32 | 16 | 14 | 55 | 113 |
| Binary | 11011011 | 10101101 | 10100001 | 0 | 10101 | 11010 | 1110 | 1100 | 101101 | 1001011 |
Color Harmonies of #DBADA1
Complementary color
Monochromatic Colors of #DBADA1
Black with #DBADA1
Text Example
Text Example
White with #DBADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADA1; }
p { color: rgb(219,173,161); }
H1.HeaderClassName
{
color: #DBADA1;
}
.AnyTagClassName
{
color: #DBADA1;
}
</style>
background-color css
<style>
a { background-color: #DBADA1; }
a { background-color: rgb(219,173,161); }
div.DivClassName
{
background-color: #DBADA1;
}
.BgClassName
{
background-color: #DBADA1;
}
</style>
border-color css
<style>
span { border-color: #DBADA1; }
span { border-color: rgb(219,173,161); }
td.TdClassName
{
border-color: #DBADA1;
}
.TagClassName
{
border-color: #DBADA1;
}
</style>