Shades of Eunry #DBA29F
Tints of Eunry #DBA29F
RGB
CMYK
RGB Variations
Color information
#DBA29F (or 0xDBA29F) is known color: Eunry. HEX triplet: DB, A2 and 9F. RGB value is (219,162,159). Sum of RGB (Red+Green+Blue) = 219+162+159=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA29F is #245D60. Grayscale: #B2B2B2. Windows color (decimal): -2383201 or 10461915. OLE color: 10461915.
HSL color Cylindrical-coordinate representation of color #DBA29F: hue angle of 3º 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 #DBA29F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 159 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.14 |
| HSL | 3º | 0.45% | 0.74% | - |
| HSV(B) | 3º | 0.27% | 0.86% | - |
| XYZ | 48.39 | 43.4 | 38.63 | - |
| YUV | 178.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 159 | 0 | 0.26 | 0.27 | 0.14 | 3 | 0.45 | 0.74 |
| Hex | DB | A2 | 9F | 0 | 1A | 1B | E | 3 | 2D | 4A |
| Octal | 333 | 242 | 237 | 0 | 32 | 33 | 16 | 3 | 55 | 112 |
| Binary | 11011011 | 10100010 | 10011111 | 0 | 11010 | 11011 | 1110 | 11 | 101101 | 1001010 |
Color Harmonies of #DBA29F
Complementary color
Monochromatic Colors of #DBA29F
Black with #DBA29F
Text Example
Text Example
White with #DBA29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA29F; }
p { color: rgb(219,162,159); }
H1.HeaderClassName
{
color: #DBA29F;
}
.AnyTagClassName
{
color: #DBA29F;
}
</style>
background-color css
<style>
a { background-color: #DBA29F; }
a { background-color: rgb(219,162,159); }
div.DivClassName
{
background-color: #DBA29F;
}
.BgClassName
{
background-color: #DBA29F;
}
</style>
border-color css
<style>
span { border-color: #DBA29F; }
span { border-color: rgb(219,162,159); }
td.TdClassName
{
border-color: #DBA29F;
}
.TagClassName
{
border-color: #DBA29F;
}
</style>