Shades of Eunry #D1A49A
Tints of Eunry #D1A49A
RGB
CMYK
RGB Variations
Color information
#D1A49A (or 0xD1A49A) is known color: Eunry. HEX triplet: D1, A4 and 9A. RGB value is (209,164,154). Sum of RGB (Red+Green+Blue) = 209+164+154=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A49A is #2E5B65. Grayscale: #B0B0B0. Windows color (decimal): -3038054 or 10134737. OLE color: 10134737.
HSL color Cylindrical-coordinate representation of color #D1A49A: hue angle of 10.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1A49A is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 154 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.18 |
| HSL | 10.91º | 0.37% | 0.71% | - |
| HSV(B) | 10.91º | 0.26% | 0.82% | - |
| XYZ | 45.4 | 42.44 | 36.37 | - |
| YUV | 176.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 154 | 0 | 0.22 | 0.26 | 0.18 | 10.91 | 0.37 | 0.71 |
| Hex | D1 | A4 | 9A | 0 | 16 | 1A | 12 | B | 25 | 47 |
| Octal | 321 | 244 | 232 | 0 | 26 | 32 | 22 | 13 | 45 | 107 |
| Binary | 11010001 | 10100100 | 10011010 | 0 | 10110 | 11010 | 10010 | 1011 | 100101 | 1000111 |
Color Harmonies of #D1A49A
Complementary color
Monochromatic Colors of #D1A49A
Black with #D1A49A
Text Example
Text Example
White with #D1A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A49A; }
p { color: rgb(209,164,154); }
H1.HeaderClassName
{
color: #D1A49A;
}
.AnyTagClassName
{
color: #D1A49A;
}
</style>
background-color css
<style>
a { background-color: #D1A49A; }
a { background-color: rgb(209,164,154); }
div.DivClassName
{
background-color: #D1A49A;
}
.BgClassName
{
background-color: #D1A49A;
}
</style>
border-color css
<style>
span { border-color: #D1A49A; }
span { border-color: rgb(209,164,154); }
td.TdClassName
{
border-color: #D1A49A;
}
.TagClassName
{
border-color: #D1A49A;
}
</style>