Shades of Eunry #D3AA9E
Tints of Eunry #D3AA9E
RGB
CMYK
RGB Variations
Color information
#D3AA9E (or 0xD3AA9E) is known color: Eunry. HEX triplet: D3, AA and 9E. RGB value is (211,170,158). Sum of RGB (Red+Green+Blue) = 211+170+158=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AA9E is #2C5561. Grayscale: #B4B4B4. Windows color (decimal): -2905442 or 10398419. OLE color: 10398419.
HSL color Cylindrical-coordinate representation of color #D3AA9E: hue angle of 13.58º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3AA9E is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 158 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.17 |
| HSL | 13.58º | 0.38% | 0.72% | - |
| HSV(B) | 13.58º | 0.25% | 0.83% | - |
| XYZ | 47.41 | 45.07 | 38.55 | - |
| YUV | 180.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 158 | 0 | 0.19 | 0.25 | 0.17 | 13.58 | 0.38 | 0.72 |
| Hex | D3 | AA | 9E | 0 | 13 | 19 | 11 | E | 26 | 48 |
| Octal | 323 | 252 | 236 | 0 | 23 | 31 | 21 | 16 | 46 | 110 |
| Binary | 11010011 | 10101010 | 10011110 | 0 | 10011 | 11001 | 10001 | 1110 | 100110 | 1001000 |
Color Harmonies of #D3AA9E
Complementary color
Monochromatic Colors of #D3AA9E
Black with #D3AA9E
Text Example
Text Example
White with #D3AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AA9E; }
p { color: rgb(211,170,158); }
H1.HeaderClassName
{
color: #D3AA9E;
}
.AnyTagClassName
{
color: #D3AA9E;
}
</style>
background-color css
<style>
a { background-color: #D3AA9E; }
a { background-color: rgb(211,170,158); }
div.DivClassName
{
background-color: #D3AA9E;
}
.BgClassName
{
background-color: #D3AA9E;
}
</style>
border-color css
<style>
span { border-color: #D3AA9E; }
span { border-color: rgb(211,170,158); }
td.TdClassName
{
border-color: #D3AA9E;
}
.TagClassName
{
border-color: #D3AA9E;
}
</style>