Shades of Eunry #D9A8A5
Tints of Eunry #D9A8A5
RGB
CMYK
RGB Variations
Color information
#D9A8A5 (or 0xD9A8A5) is known color: Eunry. HEX triplet: D9, A8 and A5. RGB value is (217,168,165). Sum of RGB (Red+Green+Blue) = 217+168+165=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A8A5 is #26575A. Grayscale: #B6B6B6. Windows color (decimal): -2512731 or 10856665. OLE color: 10856665.
HSL color Cylindrical-coordinate representation of color #D9A8A5: hue angle of 3.46º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A8A5 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 165 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.15 |
| HSL | 3.46º | 0.41% | 0.75% | - |
| HSV(B) | 3.46º | 0.24% | 0.85% | - |
| XYZ | 49.41 | 45.47 | 41.77 | - |
| YUV | 182.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 165 | 0 | 0.23 | 0.24 | 0.15 | 3.46 | 0.41 | 0.75 |
| Hex | D9 | A8 | A5 | 0 | 17 | 18 | F | 3 | 29 | 4B |
| Octal | 331 | 250 | 245 | 0 | 27 | 30 | 17 | 3 | 51 | 113 |
| Binary | 11011001 | 10101000 | 10100101 | 0 | 10111 | 11000 | 1111 | 11 | 101001 | 1001011 |
Color Harmonies of #D9A8A5
Complementary color
Monochromatic Colors of #D9A8A5
Black with #D9A8A5
Text Example
Text Example
White with #D9A8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8A5; }
p { color: rgb(217,168,165); }
H1.HeaderClassName
{
color: #D9A8A5;
}
.AnyTagClassName
{
color: #D9A8A5;
}
</style>
background-color css
<style>
a { background-color: #D9A8A5; }
a { background-color: rgb(217,168,165); }
div.DivClassName
{
background-color: #D9A8A5;
}
.BgClassName
{
background-color: #D9A8A5;
}
</style>
border-color css
<style>
span { border-color: #D9A8A5; }
span { border-color: rgb(217,168,165); }
td.TdClassName
{
border-color: #D9A8A5;
}
.TagClassName
{
border-color: #D9A8A5;
}
</style>