Shades of Eunry #DBA69E
Tints of Eunry #DBA69E
RGB
CMYK
RGB Variations
Color information
#DBA69E (or 0xDBA69E) is known color: Eunry. HEX triplet: DB, A6 and 9E. RGB value is (219,166,158). Sum of RGB (Red+Green+Blue) = 219+166+158=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA69E is #245961. Grayscale: #B5B5B5. Windows color (decimal): -2382178 or 10397403. OLE color: 10397403.
HSL color Cylindrical-coordinate representation of color #DBA69E: hue angle of 7.87º 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 #DBA69E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 158 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.14 |
| HSL | 7.87º | 0.46% | 0.74% | - |
| HSV(B) | 7.87º | 0.28% | 0.86% | - |
| XYZ | 49.02 | 44.8 | 38.41 | - |
| YUV | 180.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 158 | 0 | 0.24 | 0.28 | 0.14 | 7.87 | 0.46 | 0.74 |
| Hex | DB | A6 | 9E | 0 | 18 | 1C | E | 8 | 2E | 4A |
| Octal | 333 | 246 | 236 | 0 | 30 | 34 | 16 | 10 | 56 | 112 |
| Binary | 11011011 | 10100110 | 10011110 | 0 | 11000 | 11100 | 1110 | 1000 | 101110 | 1001010 |
Color Harmonies of #DBA69E
Complementary color
Monochromatic Colors of #DBA69E
Black with #DBA69E
Text Example
Text Example
White with #DBA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA69E; }
p { color: rgb(219,166,158); }
H1.HeaderClassName
{
color: #DBA69E;
}
.AnyTagClassName
{
color: #DBA69E;
}
</style>
background-color css
<style>
a { background-color: #DBA69E; }
a { background-color: rgb(219,166,158); }
div.DivClassName
{
background-color: #DBA69E;
}
.BgClassName
{
background-color: #DBA69E;
}
</style>
border-color css
<style>
span { border-color: #DBA69E; }
span { border-color: rgb(219,166,158); }
td.TdClassName
{
border-color: #DBA69E;
}
.TagClassName
{
border-color: #DBA69E;
}
</style>