Shades of Shilo #DBADA3
Tints of Shilo #DBADA3
RGB
CMYK
RGB Variations
Color information
#DBADA3 (or 0xDBADA3) is known color: Shilo. HEX triplet: DB, AD and A3. RGB value is (219,173,163). Sum of RGB (Red+Green+Blue) = 219+173+163=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADA3 is #24525C. Grayscale: #B9B9B9. Windows color (decimal): -2380381 or 10726875. OLE color: 10726875.
HSL color Cylindrical-coordinate representation of color #DBADA3: hue angle of 10.71º degrees, saturation: 0.44, 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 #DBADA3 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 163 | - |
CMYK | 0 | 0.21 | 0.26 | 0.14 |
HSL | 10.71º | 0.44% | 0.75% | - |
HSV(B) | 10.71º | 0.26% | 0.86% | - |
XYZ | 50.77 | 47.59 | 41.16 | - |
YUV | 185.61 | 115.24 | 151.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 163 | 0 | 0.21 | 0.26 | 0.14 | 10.71 | 0.44 | 0.75 |
Hex | DB | AD | A3 | 0 | 15 | 1A | E | B | 2C | 4B |
Octal | 333 | 255 | 243 | 0 | 25 | 32 | 16 | 13 | 54 | 113 |
Binary | 11011011 | 10101101 | 10100011 | 0 | 10101 | 11010 | 1110 | 1011 | 101100 | 1001011 |
Color Harmonies of #DBADA3
Complementary color
Monochromatic Colors of #DBADA3
Black with #DBADA3
Text Example
Text Example
White with #DBADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADA3; }
p { color: rgb(219,173,163); }
H1.HeaderClassName
{
color: #DBADA3;
}
.AnyTagClassName
{
color: #DBADA3;
}
</style>
background-color css
<style>
a { background-color: #DBADA3; }
a { background-color: rgb(219,173,163); }
div.DivClassName
{
background-color: #DBADA3;
}
.BgClassName
{
background-color: #DBADA3;
}
</style>
border-color css
<style>
span { border-color: #DBADA3; }
span { border-color: rgb(219,173,163); }
td.TdClassName
{
border-color: #DBADA3;
}
.TagClassName
{
border-color: #DBADA3;
}
</style>