Shades of Eunry #D5A99F
Tints of Eunry #D5A99F
RGB
CMYK
RGB Variations
Color information
#D5A99F (or 0xD5A99F) is known color: Eunry. HEX triplet: D5, A9 and 9F. RGB value is (213,169,159). Sum of RGB (Red+Green+Blue) = 213+169+159=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A99F is #2A5660. Grayscale: #B5B5B5. Windows color (decimal): -2774625 or 10463701. OLE color: 10463701.
HSL color Cylindrical-coordinate representation of color #D5A99F: hue angle of 11.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A99F is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 159 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.16 |
| HSL | 11.11º | 0.39% | 0.73% | - |
| HSV(B) | 11.11º | 0.25% | 0.84% | - |
| XYZ | 47.89 | 45.03 | 38.97 | - |
| YUV | 181.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 159 | 0 | 0.21 | 0.25 | 0.16 | 11.11 | 0.39 | 0.73 |
| Hex | D5 | A9 | 9F | 0 | 15 | 19 | 10 | B | 27 | 49 |
| Octal | 325 | 251 | 237 | 0 | 25 | 31 | 20 | 13 | 47 | 111 |
| Binary | 11010101 | 10101001 | 10011111 | 0 | 10101 | 11001 | 10000 | 1011 | 100111 | 1001001 |
Color Harmonies of #D5A99F
Complementary color
Monochromatic Colors of #D5A99F
Black with #D5A99F
Text Example
Text Example
White with #D5A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A99F; }
p { color: rgb(213,169,159); }
H1.HeaderClassName
{
color: #D5A99F;
}
.AnyTagClassName
{
color: #D5A99F;
}
</style>
background-color css
<style>
a { background-color: #D5A99F; }
a { background-color: rgb(213,169,159); }
div.DivClassName
{
background-color: #D5A99F;
}
.BgClassName
{
background-color: #D5A99F;
}
</style>
border-color css
<style>
span { border-color: #D5A99F; }
span { border-color: rgb(213,169,159); }
td.TdClassName
{
border-color: #D5A99F;
}
.TagClassName
{
border-color: #D5A99F;
}
</style>