Shades of Eunry #D1AB9F
Tints of Eunry #D1AB9F
RGB
CMYK
RGB Variations
Color information
#D1AB9F (or 0xD1AB9F) is known color: Eunry. HEX triplet: D1, AB and 9F. RGB value is (209,171,159). Sum of RGB (Red+Green+Blue) = 209+171+159=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB9F is #2E5460. Grayscale: #B5B5B5. Windows color (decimal): -3036257 or 10464209. OLE color: 10464209.
HSL color Cylindrical-coordinate representation of color #D1AB9F: hue angle of 14.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1AB9F is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 159 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.18 |
| HSL | 14.4º | 0.35% | 0.72% | - |
| HSV(B) | 14.4º | 0.24% | 0.82% | - |
| XYZ | 47.12 | 45.18 | 39.04 | - |
| YUV | 180.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 159 | 0 | 0.18 | 0.24 | 0.18 | 14.4 | 0.35 | 0.72 |
| Hex | D1 | AB | 9F | 0 | 12 | 18 | 12 | E | 23 | 48 |
| Octal | 321 | 253 | 237 | 0 | 22 | 30 | 22 | 16 | 43 | 110 |
| Binary | 11010001 | 10101011 | 10011111 | 0 | 10010 | 11000 | 10010 | 1110 | 100011 | 1001000 |
Color Harmonies of #D1AB9F
Complementary color
Monochromatic Colors of #D1AB9F
Black with #D1AB9F
Text Example
Text Example
White with #D1AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB9F; }
p { color: rgb(209,171,159); }
H1.HeaderClassName
{
color: #D1AB9F;
}
.AnyTagClassName
{
color: #D1AB9F;
}
</style>
background-color css
<style>
a { background-color: #D1AB9F; }
a { background-color: rgb(209,171,159); }
div.DivClassName
{
background-color: #D1AB9F;
}
.BgClassName
{
background-color: #D1AB9F;
}
</style>
border-color css
<style>
span { border-color: #D1AB9F; }
span { border-color: rgb(209,171,159); }
td.TdClassName
{
border-color: #D1AB9F;
}
.TagClassName
{
border-color: #D1AB9F;
}
</style>