Shades of Eunry #D1AA9C
Tints of Eunry #D1AA9C
RGB
CMYK
RGB Variations
Color information
#D1AA9C (or 0xD1AA9C) is known color: Eunry. HEX triplet: D1, AA and 9C. RGB value is (209,170,156). Sum of RGB (Red+Green+Blue) = 209+170+156=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA9C is #2E5563. Grayscale: #B4B4B4. Windows color (decimal): -3036516 or 10267345. OLE color: 10267345.
HSL color Cylindrical-coordinate representation of color #D1AA9C: hue angle of 15.85º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1AA9C is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 156 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.18 |
| HSL | 15.85º | 0.37% | 0.72% | - |
| HSV(B) | 15.85º | 0.25% | 0.82% | - |
| XYZ | 46.67 | 44.71 | 37.62 | - |
| YUV | 180.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 156 | 0 | 0.19 | 0.25 | 0.18 | 15.85 | 0.37 | 0.72 |
| Hex | D1 | AA | 9C | 0 | 13 | 19 | 12 | 10 | 25 | 48 |
| Octal | 321 | 252 | 234 | 0 | 23 | 31 | 22 | 20 | 45 | 110 |
| Binary | 11010001 | 10101010 | 10011100 | 0 | 10011 | 11001 | 10010 | 10000 | 100101 | 1001000 |
Color Harmonies of #D1AA9C
Complementary color
Monochromatic Colors of #D1AA9C
Black with #D1AA9C
Text Example
Text Example
White with #D1AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA9C; }
p { color: rgb(209,170,156); }
H1.HeaderClassName
{
color: #D1AA9C;
}
.AnyTagClassName
{
color: #D1AA9C;
}
</style>
background-color css
<style>
a { background-color: #D1AA9C; }
a { background-color: rgb(209,170,156); }
div.DivClassName
{
background-color: #D1AA9C;
}
.BgClassName
{
background-color: #D1AA9C;
}
</style>
border-color css
<style>
span { border-color: #D1AA9C; }
span { border-color: rgb(209,170,156); }
td.TdClassName
{
border-color: #D1AA9C;
}
.TagClassName
{
border-color: #D1AA9C;
}
</style>