Shades of Eunry #D2A19E
Tints of Eunry #D2A19E
RGB
CMYK
RGB Variations
Color information
#D2A19E (or 0xD2A19E) is known color: Eunry. HEX triplet: D2, A1 and 9E. RGB value is (210,161,158). Sum of RGB (Red+Green+Blue) = 210+161+158=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A19E is #2D5E61. Grayscale: #AFAFAF. Windows color (decimal): -2973282 or 10396114. OLE color: 10396114.
HSL color Cylindrical-coordinate representation of color #D2A19E: hue angle of 3.46º 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 #D2A19E is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 158 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.18 |
| HSL | 3.46º | 0.37% | 0.72% | - |
| HSV(B) | 3.46º | 0.25% | 0.82% | - |
| XYZ | 45.49 | 41.66 | 37.99 | - |
| YUV | 175.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 158 | 0 | 0.23 | 0.25 | 0.18 | 3.46 | 0.37 | 0.72 |
| Hex | D2 | A1 | 9E | 0 | 17 | 19 | 12 | 3 | 25 | 48 |
| Octal | 322 | 241 | 236 | 0 | 27 | 31 | 22 | 3 | 45 | 110 |
| Binary | 11010010 | 10100001 | 10011110 | 0 | 10111 | 11001 | 10010 | 11 | 100101 | 1001000 |
Color Harmonies of #D2A19E
Complementary color
Monochromatic Colors of #D2A19E
Black with #D2A19E
Text Example
Text Example
White with #D2A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A19E; }
p { color: rgb(210,161,158); }
H1.HeaderClassName
{
color: #D2A19E;
}
.AnyTagClassName
{
color: #D2A19E;
}
</style>
background-color css
<style>
a { background-color: #D2A19E; }
a { background-color: rgb(210,161,158); }
div.DivClassName
{
background-color: #D2A19E;
}
.BgClassName
{
background-color: #D2A19E;
}
</style>
border-color css
<style>
span { border-color: #D2A19E; }
span { border-color: rgb(210,161,158); }
td.TdClassName
{
border-color: #D2A19E;
}
.TagClassName
{
border-color: #D2A19E;
}
</style>