Shades of Eunry #D2AB9F
Tints of Eunry #D2AB9F
RGB
CMYK
RGB Variations
Color information
#D2AB9F (or 0xD2AB9F) is known color: Eunry. HEX triplet: D2, AB and 9F. RGB value is (210,171,159). Sum of RGB (Red+Green+Blue) = 210+171+159=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB9F is #2D5460. Grayscale: #B5B5B5. Windows color (decimal): -2970721 or 10464210. OLE color: 10464210.
HSL color Cylindrical-coordinate representation of color #D2AB9F: hue angle of 14.12º degrees, saturation: 0.36, 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 #D2AB9F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 159 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.18 |
| HSL | 14.12º | 0.36% | 0.72% | - |
| HSV(B) | 14.12º | 0.24% | 0.82% | - |
| XYZ | 47.4 | 45.33 | 39.05 | - |
| YUV | 181.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 159 | 0 | 0.19 | 0.24 | 0.18 | 14.12 | 0.36 | 0.72 |
| Hex | D2 | AB | 9F | 0 | 13 | 18 | 12 | E | 24 | 48 |
| Octal | 322 | 253 | 237 | 0 | 23 | 30 | 22 | 16 | 44 | 110 |
| Binary | 11010010 | 10101011 | 10011111 | 0 | 10011 | 11000 | 10010 | 1110 | 100100 | 1001000 |
Color Harmonies of #D2AB9F
Complementary color
Monochromatic Colors of #D2AB9F
Black with #D2AB9F
Text Example
Text Example
White with #D2AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB9F; }
p { color: rgb(210,171,159); }
H1.HeaderClassName
{
color: #D2AB9F;
}
.AnyTagClassName
{
color: #D2AB9F;
}
</style>
background-color css
<style>
a { background-color: #D2AB9F; }
a { background-color: rgb(210,171,159); }
div.DivClassName
{
background-color: #D2AB9F;
}
.BgClassName
{
background-color: #D2AB9F;
}
</style>
border-color css
<style>
span { border-color: #D2AB9F; }
span { border-color: rgb(210,171,159); }
td.TdClassName
{
border-color: #D2AB9F;
}
.TagClassName
{
border-color: #D2AB9F;
}
</style>