Shades of Eunry #D9AAA4
Tints of Eunry #D9AAA4
RGB
CMYK
RGB Variations
Color information
#D9AAA4 (or 0xD9AAA4) is known color: Eunry. HEX triplet: D9, AA and A4. RGB value is (217,170,164). Sum of RGB (Red+Green+Blue) = 217+170+164=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAA4 is #26555B. Grayscale: #B7B7B7. Windows color (decimal): -2512220 or 10791641. OLE color: 10791641.
HSL color Cylindrical-coordinate representation of color #D9AAA4: hue angle of 6.79º 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 #D9AAA4 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 164 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.15 |
| HSL | 6.79º | 0.41% | 0.75% | - |
| HSV(B) | 6.79º | 0.24% | 0.85% | - |
| XYZ | 49.69 | 46.18 | 41.42 | - |
| YUV | 183.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 164 | 0 | 0.22 | 0.24 | 0.15 | 6.79 | 0.41 | 0.75 |
| Hex | D9 | AA | A4 | 0 | 16 | 18 | F | 7 | 29 | 4B |
| Octal | 331 | 252 | 244 | 0 | 26 | 30 | 17 | 7 | 51 | 113 |
| Binary | 11011001 | 10101010 | 10100100 | 0 | 10110 | 11000 | 1111 | 111 | 101001 | 1001011 |
Color Harmonies of #D9AAA4
Complementary color
Monochromatic Colors of #D9AAA4
Black with #D9AAA4
Text Example
Text Example
White with #D9AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAA4; }
p { color: rgb(217,170,164); }
H1.HeaderClassName
{
color: #D9AAA4;
}
.AnyTagClassName
{
color: #D9AAA4;
}
</style>
background-color css
<style>
a { background-color: #D9AAA4; }
a { background-color: rgb(217,170,164); }
div.DivClassName
{
background-color: #D9AAA4;
}
.BgClassName
{
background-color: #D9AAA4;
}
</style>
border-color css
<style>
span { border-color: #D9AAA4; }
span { border-color: rgb(217,170,164); }
td.TdClassName
{
border-color: #D9AAA4;
}
.TagClassName
{
border-color: #D9AAA4;
}
</style>