Shades of Eunry #D9ABA1
Tints of Eunry #D9ABA1
RGB
CMYK
RGB Variations
Color information
#D9ABA1 (or 0xD9ABA1) is known color: Eunry. HEX triplet: D9, AB and A1. RGB value is (217,171,161). Sum of RGB (Red+Green+Blue) = 217+171+161=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABA1 is #26545E. Grayscale: #B7B7B7. Windows color (decimal): -2511967 or 10595289. OLE color: 10595289.
HSL color Cylindrical-coordinate representation of color #D9ABA1: hue angle of 10.71º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9ABA1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 161 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.15 |
| HSL | 10.71º | 0.42% | 0.74% | - |
| HSV(B) | 10.71º | 0.26% | 0.85% | - |
| XYZ | 49.61 | 46.45 | 40.07 | - |
| YUV | 183.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 161 | 0 | 0.21 | 0.26 | 0.15 | 10.71 | 0.42 | 0.74 |
| Hex | D9 | AB | A1 | 0 | 15 | 1A | F | B | 2A | 4A |
| Octal | 331 | 253 | 241 | 0 | 25 | 32 | 17 | 13 | 52 | 112 |
| Binary | 11011001 | 10101011 | 10100001 | 0 | 10101 | 11010 | 1111 | 1011 | 101010 | 1001010 |
Color Harmonies of #D9ABA1
Complementary color
Monochromatic Colors of #D9ABA1
Black with #D9ABA1
Text Example
Text Example
White with #D9ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABA1; }
p { color: rgb(217,171,161); }
H1.HeaderClassName
{
color: #D9ABA1;
}
.AnyTagClassName
{
color: #D9ABA1;
}
</style>
background-color css
<style>
a { background-color: #D9ABA1; }
a { background-color: rgb(217,171,161); }
div.DivClassName
{
background-color: #D9ABA1;
}
.BgClassName
{
background-color: #D9ABA1;
}
</style>
border-color css
<style>
span { border-color: #D9ABA1; }
span { border-color: rgb(217,171,161); }
td.TdClassName
{
border-color: #D9ABA1;
}
.TagClassName
{
border-color: #D9ABA1;
}
</style>