Shades of Eunry #DBA79E
Tints of Eunry #DBA79E
RGB
CMYK
RGB Variations
Color information
#DBA79E (or 0xDBA79E) is known color: Eunry. HEX triplet: DB, A7 and 9E. RGB value is (219,167,158). Sum of RGB (Red+Green+Blue) = 219+167+158=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA79E is #245861. Grayscale: #B5B5B5. Windows color (decimal): -2381922 or 10397659. OLE color: 10397659.
HSL color Cylindrical-coordinate representation of color #DBA79E: hue angle of 8.85º 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 #DBA79E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 158 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.14 |
| HSL | 8.85º | 0.46% | 0.74% | - |
| HSV(B) | 8.85º | 0.28% | 0.86% | - |
| XYZ | 49.2 | 45.17 | 38.47 | - |
| YUV | 181.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 158 | 0 | 0.24 | 0.28 | 0.14 | 8.85 | 0.46 | 0.74 |
| Hex | DB | A7 | 9E | 0 | 18 | 1C | E | 9 | 2E | 4A |
| Octal | 333 | 247 | 236 | 0 | 30 | 34 | 16 | 11 | 56 | 112 |
| Binary | 11011011 | 10100111 | 10011110 | 0 | 11000 | 11100 | 1110 | 1001 | 101110 | 1001010 |
Color Harmonies of #DBA79E
Complementary color
Monochromatic Colors of #DBA79E
Black with #DBA79E
Text Example
Text Example
White with #DBA79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA79E; }
p { color: rgb(219,167,158); }
H1.HeaderClassName
{
color: #DBA79E;
}
.AnyTagClassName
{
color: #DBA79E;
}
</style>
background-color css
<style>
a { background-color: #DBA79E; }
a { background-color: rgb(219,167,158); }
div.DivClassName
{
background-color: #DBA79E;
}
.BgClassName
{
background-color: #DBA79E;
}
</style>
border-color css
<style>
span { border-color: #DBA79E; }
span { border-color: rgb(219,167,158); }
td.TdClassName
{
border-color: #DBA79E;
}
.TagClassName
{
border-color: #DBA79E;
}
</style>