Shades of Eunry #DBAA9E
Tints of Eunry #DBAA9E
RGB
CMYK
RGB Variations
Color information
#DBAA9E (or 0xDBAA9E) is known color: Eunry. HEX triplet: DB, AA and 9E. RGB value is (219,170,158). Sum of RGB (Red+Green+Blue) = 219+170+158=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA9E is #245561. Grayscale: #B7B7B7. Windows color (decimal): -2381154 or 10398427. OLE color: 10398427.
HSL color Cylindrical-coordinate representation of color #DBAA9E: hue angle of 11.8º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAA9E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 158 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.14 |
| HSL | 11.8º | 0.46% | 0.74% | - |
| HSV(B) | 11.8º | 0.28% | 0.86% | - |
| XYZ | 49.76 | 46.28 | 38.66 | - |
| YUV | 183.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 158 | 0 | 0.22 | 0.28 | 0.14 | 11.8 | 0.46 | 0.74 |
| Hex | DB | AA | 9E | 0 | 16 | 1C | E | C | 2E | 4A |
| Octal | 333 | 252 | 236 | 0 | 26 | 34 | 16 | 14 | 56 | 112 |
| Binary | 11011011 | 10101010 | 10011110 | 0 | 10110 | 11100 | 1110 | 1100 | 101110 | 1001010 |
Color Harmonies of #DBAA9E
Complementary color
Monochromatic Colors of #DBAA9E
Black with #DBAA9E
Text Example
Text Example
White with #DBAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA9E; }
p { color: rgb(219,170,158); }
H1.HeaderClassName
{
color: #DBAA9E;
}
.AnyTagClassName
{
color: #DBAA9E;
}
</style>
background-color css
<style>
a { background-color: #DBAA9E; }
a { background-color: rgb(219,170,158); }
div.DivClassName
{
background-color: #DBAA9E;
}
.BgClassName
{
background-color: #DBAA9E;
}
</style>
border-color css
<style>
span { border-color: #DBAA9E; }
span { border-color: rgb(219,170,158); }
td.TdClassName
{
border-color: #DBAA9E;
}
.TagClassName
{
border-color: #DBAA9E;
}
</style>