Shades of Shilo #DBADA2
Tints of Shilo #DBADA2
RGB
CMYK
RGB Variations
Color information
#DBADA2 (or 0xDBADA2) is known color: Shilo. HEX triplet: DB, AD and A2. RGB value is (219,173,162). Sum of RGB (Red+Green+Blue) = 219+173+162=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADA2 is #24525D. Grayscale: #B9B9B9. Windows color (decimal): -2380382 or 10661339. OLE color: 10661339.
HSL color Cylindrical-coordinate representation of color #DBADA2: hue angle of 11.58º 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 #DBADA2 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 162 | - |
CMYK | 0 | 0.21 | 0.26 | 0.14 |
HSL | 11.58º | 0.44% | 0.75% | - |
HSV(B) | 11.58º | 0.26% | 0.86% | - |
XYZ | 50.68 | 47.56 | 40.69 | - |
YUV | 185.5 | 114.74 | 151.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 162 | 0 | 0.21 | 0.26 | 0.14 | 11.58 | 0.44 | 0.75 |
Hex | DB | AD | A2 | 0 | 15 | 1A | E | C | 2C | 4B |
Octal | 333 | 255 | 242 | 0 | 25 | 32 | 16 | 14 | 54 | 113 |
Binary | 11011011 | 10101101 | 10100010 | 0 | 10101 | 11010 | 1110 | 1100 | 101100 | 1001011 |
Color Harmonies of #DBADA2
Complementary color
Monochromatic Colors of #DBADA2
Black with #DBADA2
Text Example
Text Example
White with #DBADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADA2; }
p { color: rgb(219,173,162); }
H1.HeaderClassName
{
color: #DBADA2;
}
.AnyTagClassName
{
color: #DBADA2;
}
</style>
background-color css
<style>
a { background-color: #DBADA2; }
a { background-color: rgb(219,173,162); }
div.DivClassName
{
background-color: #DBADA2;
}
.BgClassName
{
background-color: #DBADA2;
}
</style>
border-color css
<style>
span { border-color: #DBADA2; }
span { border-color: rgb(219,173,162); }
td.TdClassName
{
border-color: #DBADA2;
}
.TagClassName
{
border-color: #DBADA2;
}
</style>