Shades of Eunry #DBA9A0
Tints of Eunry #DBA9A0
RGB
CMYK
RGB Variations
Color information
#DBA9A0 (or 0xDBA9A0) is known color: Eunry. HEX triplet: DB, A9 and A0. RGB value is (219,169,160). Sum of RGB (Red+Green+Blue) = 219+169+160=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9A0 is #24565F. Grayscale: #B7B7B7. Windows color (decimal): -2381408 or 10529243. OLE color: 10529243.
HSL color Cylindrical-coordinate representation of color #DBA9A0: hue angle of 9.15º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA9A0 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 160 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.14 |
| HSL | 9.15º | 0.45% | 0.74% | - |
| HSV(B) | 9.15º | 0.27% | 0.86% | - |
| XYZ | 49.75 | 45.97 | 39.51 | - |
| YUV | 182.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 160 | 0 | 0.23 | 0.27 | 0.14 | 9.15 | 0.45 | 0.74 |
| Hex | DB | A9 | A0 | 0 | 17 | 1B | E | 9 | 2D | 4A |
| Octal | 333 | 251 | 240 | 0 | 27 | 33 | 16 | 11 | 55 | 112 |
| Binary | 11011011 | 10101001 | 10100000 | 0 | 10111 | 11011 | 1110 | 1001 | 101101 | 1001010 |
Color Harmonies of #DBA9A0
Complementary color
Monochromatic Colors of #DBA9A0
Black with #DBA9A0
Text Example
Text Example
White with #DBA9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9A0; }
p { color: rgb(219,169,160); }
H1.HeaderClassName
{
color: #DBA9A0;
}
.AnyTagClassName
{
color: #DBA9A0;
}
</style>
background-color css
<style>
a { background-color: #DBA9A0; }
a { background-color: rgb(219,169,160); }
div.DivClassName
{
background-color: #DBA9A0;
}
.BgClassName
{
background-color: #DBA9A0;
}
</style>
border-color css
<style>
span { border-color: #DBA9A0; }
span { border-color: rgb(219,169,160); }
td.TdClassName
{
border-color: #DBA9A0;
}
.TagClassName
{
border-color: #DBA9A0;
}
</style>