Shades of Eunry #DBAA9F
Tints of Eunry #DBAA9F
RGB
CMYK
RGB Variations
Color information
#DBAA9F (or 0xDBAA9F) is known color: Eunry. HEX triplet: DB, AA and 9F. RGB value is (219,170,159). Sum of RGB (Red+Green+Blue) = 219+170+159=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA9F is #245560. Grayscale: #B7B7B7. Windows color (decimal): -2381153 or 10463963. OLE color: 10463963.
HSL color Cylindrical-coordinate representation of color #DBAA9F: hue angle of 11º 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 #DBAA9F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 170 | 159 | - |
CMYK | 0 | 0.22 | 0.27 | 0.14 |
HSL | 11º | 0.45% | 0.74% | - |
HSV(B) | 11º | 0.27% | 0.86% | - |
XYZ | 49.85 | 46.31 | 39.11 | - |
YUV | 183.4 | 114.23 | 153.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 170 | 159 | 0 | 0.22 | 0.27 | 0.14 | 11 | 0.45 | 0.74 |
Hex | DB | AA | 9F | 0 | 16 | 1B | E | B | 2D | 4A |
Octal | 333 | 252 | 237 | 0 | 26 | 33 | 16 | 13 | 55 | 112 |
Binary | 11011011 | 10101010 | 10011111 | 0 | 10110 | 11011 | 1110 | 1011 | 101101 | 1001010 |
Color Harmonies of #DBAA9F
Complementary color
Monochromatic Colors of #DBAA9F
Black with #DBAA9F
Text Example
Text Example
White with #DBAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA9F; }
p { color: rgb(219,170,159); }
H1.HeaderClassName
{
color: #DBAA9F;
}
.AnyTagClassName
{
color: #DBAA9F;
}
</style>
background-color css
<style>
a { background-color: #DBAA9F; }
a { background-color: rgb(219,170,159); }
div.DivClassName
{
background-color: #DBAA9F;
}
.BgClassName
{
background-color: #DBAA9F;
}
</style>
border-color css
<style>
span { border-color: #DBAA9F; }
span { border-color: rgb(219,170,159); }
td.TdClassName
{
border-color: #DBAA9F;
}
.TagClassName
{
border-color: #DBAA9F;
}
</style>