Shades of Eunry #D2A69E
Tints of Eunry #D2A69E
RGB
CMYK
RGB Variations
Color information
#D2A69E (or 0xD2A69E) is known color: Eunry. HEX triplet: D2, A6 and 9E. RGB value is (210,166,158). Sum of RGB (Red+Green+Blue) = 210+166+158=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A69E is #2D5961. Grayscale: #B2B2B2. Windows color (decimal): -2972002 or 10397394. OLE color: 10397394.
HSL color Cylindrical-coordinate representation of color #D2A69E: hue angle of 9.23º 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 #D2A69E is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 158 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.18 |
| HSL | 9.23º | 0.37% | 0.72% | - |
| HSV(B) | 9.23º | 0.25% | 0.82% | - |
| XYZ | 46.39 | 43.44 | 38.29 | - |
| YUV | 178.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 158 | 0 | 0.21 | 0.25 | 0.18 | 9.23 | 0.37 | 0.72 |
| Hex | D2 | A6 | 9E | 0 | 15 | 19 | 12 | 9 | 25 | 48 |
| Octal | 322 | 246 | 236 | 0 | 25 | 31 | 22 | 11 | 45 | 110 |
| Binary | 11010010 | 10100110 | 10011110 | 0 | 10101 | 11001 | 10010 | 1001 | 100101 | 1001000 |
Color Harmonies of #D2A69E
Complementary color
Monochromatic Colors of #D2A69E
Black with #D2A69E
Text Example
Text Example
White with #D2A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A69E; }
p { color: rgb(210,166,158); }
H1.HeaderClassName
{
color: #D2A69E;
}
.AnyTagClassName
{
color: #D2A69E;
}
</style>
background-color css
<style>
a { background-color: #D2A69E; }
a { background-color: rgb(210,166,158); }
div.DivClassName
{
background-color: #D2A69E;
}
.BgClassName
{
background-color: #D2A69E;
}
</style>
border-color css
<style>
span { border-color: #D2A69E; }
span { border-color: rgb(210,166,158); }
td.TdClassName
{
border-color: #D2A69E;
}
.TagClassName
{
border-color: #D2A69E;
}
</style>