Shades of Eunry #DBA79F
Tints of Eunry #DBA79F
RGB
CMYK
RGB Variations
Color information
#DBA79F (or 0xDBA79F) is known color: Eunry. HEX triplet: DB, A7 and 9F. RGB value is (219,167,159). Sum of RGB (Red+Green+Blue) = 219+167+159=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA79F is #245860. Grayscale: #B5B5B5. Windows color (decimal): -2381921 or 10463195. OLE color: 10463195.
HSL color Cylindrical-coordinate representation of color #DBA79F: hue angle of 8º 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 #DBA79F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 159 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.14 |
| HSL | 8º | 0.45% | 0.74% | - |
| HSV(B) | 8º | 0.27% | 0.86% | - |
| XYZ | 49.29 | 45.2 | 38.93 | - |
| YUV | 181.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 159 | 0 | 0.24 | 0.27 | 0.14 | 8 | 0.45 | 0.74 |
| Hex | DB | A7 | 9F | 0 | 18 | 1B | E | 8 | 2D | 4A |
| Octal | 333 | 247 | 237 | 0 | 30 | 33 | 16 | 10 | 55 | 112 |
| Binary | 11011011 | 10100111 | 10011111 | 0 | 11000 | 11011 | 1110 | 1000 | 101101 | 1001010 |
Color Harmonies of #DBA79F
Complementary color
Monochromatic Colors of #DBA79F
Black with #DBA79F
Text Example
Text Example
White with #DBA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA79F; }
p { color: rgb(219,167,159); }
H1.HeaderClassName
{
color: #DBA79F;
}
.AnyTagClassName
{
color: #DBA79F;
}
</style>
background-color css
<style>
a { background-color: #DBA79F; }
a { background-color: rgb(219,167,159); }
div.DivClassName
{
background-color: #DBA79F;
}
.BgClassName
{
background-color: #DBA79F;
}
</style>
border-color css
<style>
span { border-color: #DBA79F; }
span { border-color: rgb(219,167,159); }
td.TdClassName
{
border-color: #DBA79F;
}
.TagClassName
{
border-color: #DBA79F;
}
</style>