Shades of Eunry #DBA99E
Tints of Eunry #DBA99E
RGB
CMYK
RGB Variations
Color information
#DBA99E (or 0xDBA99E) is known color: Eunry. HEX triplet: DB, A9 and 9E. RGB value is (219,169,158). Sum of RGB (Red+Green+Blue) = 219+169+158=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA99E is #245661. Grayscale: #B6B6B6. Windows color (decimal): -2381410 or 10398171. OLE color: 10398171.
HSL color Cylindrical-coordinate representation of color #DBA99E: hue angle of 10.82º 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 #DBA99E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 158 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.14 |
| HSL | 10.82º | 0.46% | 0.74% | - |
| HSV(B) | 10.82º | 0.28% | 0.86% | - |
| XYZ | 49.57 | 45.9 | 38.6 | - |
| YUV | 182.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 158 | 0 | 0.23 | 0.28 | 0.14 | 10.82 | 0.46 | 0.74 |
| Hex | DB | A9 | 9E | 0 | 17 | 1C | E | B | 2E | 4A |
| Octal | 333 | 251 | 236 | 0 | 27 | 34 | 16 | 13 | 56 | 112 |
| Binary | 11011011 | 10101001 | 10011110 | 0 | 10111 | 11100 | 1110 | 1011 | 101110 | 1001010 |
Color Harmonies of #DBA99E
Complementary color
Monochromatic Colors of #DBA99E
Black with #DBA99E
Text Example
Text Example
White with #DBA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA99E; }
p { color: rgb(219,169,158); }
H1.HeaderClassName
{
color: #DBA99E;
}
.AnyTagClassName
{
color: #DBA99E;
}
</style>
background-color css
<style>
a { background-color: #DBA99E; }
a { background-color: rgb(219,169,158); }
div.DivClassName
{
background-color: #DBA99E;
}
.BgClassName
{
background-color: #DBA99E;
}
</style>
border-color css
<style>
span { border-color: #DBA99E; }
span { border-color: rgb(219,169,158); }
td.TdClassName
{
border-color: #DBA99E;
}
.TagClassName
{
border-color: #DBA99E;
}
</style>