Shades of Eunry #D9A99D
Tints of Eunry #D9A99D
RGB
CMYK
RGB Variations
Color information
#D9A99D (or 0xD9A99D) is known color: Eunry. HEX triplet: D9, A9 and 9D. RGB value is (217,169,157). Sum of RGB (Red+Green+Blue) = 217+169+157=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A99D is #265662. Grayscale: #B6B6B6. Windows color (decimal): -2512483 or 10332633. OLE color: 10332633.
HSL color Cylindrical-coordinate representation of color #D9A99D: hue angle of 12º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9A99D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 157 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.15 |
| HSL | 12º | 0.44% | 0.73% | - |
| HSV(B) | 12º | 0.28% | 0.85% | - |
| XYZ | 48.89 | 45.56 | 38.12 | - |
| YUV | 181.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 157 | 0 | 0.22 | 0.28 | 0.15 | 12 | 0.44 | 0.73 |
| Hex | D9 | A9 | 9D | 0 | 16 | 1C | F | C | 2C | 49 |
| Octal | 331 | 251 | 235 | 0 | 26 | 34 | 17 | 14 | 54 | 111 |
| Binary | 11011001 | 10101001 | 10011101 | 0 | 10110 | 11100 | 1111 | 1100 | 101100 | 1001001 |
Color Harmonies of #D9A99D
Complementary color
Monochromatic Colors of #D9A99D
Black with #D9A99D
Text Example
Text Example
White with #D9A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A99D; }
p { color: rgb(217,169,157); }
H1.HeaderClassName
{
color: #D9A99D;
}
.AnyTagClassName
{
color: #D9A99D;
}
</style>
background-color css
<style>
a { background-color: #D9A99D; }
a { background-color: rgb(217,169,157); }
div.DivClassName
{
background-color: #D9A99D;
}
.BgClassName
{
background-color: #D9A99D;
}
</style>
border-color css
<style>
span { border-color: #D9A99D; }
span { border-color: rgb(217,169,157); }
td.TdClassName
{
border-color: #D9A99D;
}
.TagClassName
{
border-color: #D9A99D;
}
</style>