Shades of Shilo #DBABA4
Tints of Shilo #DBABA4
RGB
CMYK
RGB Variations
Color information
#DBABA4 (or 0xDBABA4) is known color: Shilo. HEX triplet: DB, AB and A4. RGB value is (219,171,164). Sum of RGB (Red+Green+Blue) = 219+171+164=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABA4 is #24545B. Grayscale: #B8B8B8. Windows color (decimal): -2380892 or 10791899. OLE color: 10791899.
HSL color Cylindrical-coordinate representation of color #DBABA4: hue angle of 7.64º 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 #DBABA4 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 164 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.14 |
| HSL | 7.64º | 0.43% | 0.75% | - |
| HSV(B) | 7.64º | 0.25% | 0.86% | - |
| XYZ | 50.48 | 46.87 | 41.51 | - |
| YUV | 184.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 164 | 0 | 0.22 | 0.25 | 0.14 | 7.64 | 0.43 | 0.75 |
| Hex | DB | AB | A4 | 0 | 16 | 19 | E | 8 | 2B | 4B |
| Octal | 333 | 253 | 244 | 0 | 26 | 31 | 16 | 10 | 53 | 113 |
| Binary | 11011011 | 10101011 | 10100100 | 0 | 10110 | 11001 | 1110 | 1000 | 101011 | 1001011 |
Color Harmonies of #DBABA4
Complementary color
Monochromatic Colors of #DBABA4
Black with #DBABA4
Text Example
Text Example
White with #DBABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABA4; }
p { color: rgb(219,171,164); }
H1.HeaderClassName
{
color: #DBABA4;
}
.AnyTagClassName
{
color: #DBABA4;
}
</style>
background-color css
<style>
a { background-color: #DBABA4; }
a { background-color: rgb(219,171,164); }
div.DivClassName
{
background-color: #DBABA4;
}
.BgClassName
{
background-color: #DBABA4;
}
</style>
border-color css
<style>
span { border-color: #DBABA4; }
span { border-color: rgb(219,171,164); }
td.TdClassName
{
border-color: #DBABA4;
}
.TagClassName
{
border-color: #DBABA4;
}
</style>