Shades of Eunry #DBA49F
Tints of Eunry #DBA49F
RGB
CMYK
RGB Variations
Color information
#DBA49F (or 0xDBA49F) is known color: Eunry. HEX triplet: DB, A4 and 9F. RGB value is (219,164,159). Sum of RGB (Red+Green+Blue) = 219+164+159=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49F is #245B60. Grayscale: #B3B3B3. Windows color (decimal): -2382689 or 10462427. OLE color: 10462427.
HSL color Cylindrical-coordinate representation of color #DBA49F: hue angle of 5º 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 #DBA49F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 159 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.14 |
| HSL | 5º | 0.45% | 0.74% | - |
| HSV(B) | 5º | 0.27% | 0.86% | - |
| XYZ | 48.75 | 44.11 | 38.75 | - |
| YUV | 179.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 159 | 0 | 0.25 | 0.27 | 0.14 | 5 | 0.45 | 0.74 |
| Hex | DB | A4 | 9F | 0 | 19 | 1B | E | 5 | 2D | 4A |
| Octal | 333 | 244 | 237 | 0 | 31 | 33 | 16 | 5 | 55 | 112 |
| Binary | 11011011 | 10100100 | 10011111 | 0 | 11001 | 11011 | 1110 | 101 | 101101 | 1001010 |
Color Harmonies of #DBA49F
Complementary color
Monochromatic Colors of #DBA49F
Black with #DBA49F
Text Example
Text Example
White with #DBA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA49F; }
p { color: rgb(219,164,159); }
H1.HeaderClassName
{
color: #DBA49F;
}
.AnyTagClassName
{
color: #DBA49F;
}
</style>
background-color css
<style>
a { background-color: #DBA49F; }
a { background-color: rgb(219,164,159); }
div.DivClassName
{
background-color: #DBA49F;
}
.BgClassName
{
background-color: #DBA49F;
}
</style>
border-color css
<style>
span { border-color: #DBA49F; }
span { border-color: rgb(219,164,159); }
td.TdClassName
{
border-color: #DBA49F;
}
.TagClassName
{
border-color: #DBA49F;
}
</style>