Shades of Eunry #D1A69E
Tints of Eunry #D1A69E
RGB
CMYK
RGB Variations
Color information
#D1A69E (or 0xD1A69E) is known color: Eunry. HEX triplet: D1, A6 and 9E. RGB value is (209,166,158). Sum of RGB (Red+Green+Blue) = 209+166+158=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A69E is #2E5961. Grayscale: #B2B2B2. Windows color (decimal): -3037538 or 10397393. OLE color: 10397393.
HSL color Cylindrical-coordinate representation of color #D1A69E: hue angle of 9.41º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1A69E is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 158 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.18 |
| HSL | 9.41º | 0.36% | 0.72% | - |
| HSV(B) | 9.41º | 0.24% | 0.82% | - |
| XYZ | 46.1 | 43.3 | 38.27 | - |
| YUV | 177.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 158 | 0 | 0.21 | 0.24 | 0.18 | 9.41 | 0.36 | 0.72 |
| Hex | D1 | A6 | 9E | 0 | 15 | 18 | 12 | 9 | 24 | 48 |
| Octal | 321 | 246 | 236 | 0 | 25 | 30 | 22 | 11 | 44 | 110 |
| Binary | 11010001 | 10100110 | 10011110 | 0 | 10101 | 11000 | 10010 | 1001 | 100100 | 1001000 |
Color Harmonies of #D1A69E
Complementary color
Monochromatic Colors of #D1A69E
Black with #D1A69E
Text Example
Text Example
White with #D1A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A69E; }
p { color: rgb(209,166,158); }
H1.HeaderClassName
{
color: #D1A69E;
}
.AnyTagClassName
{
color: #D1A69E;
}
</style>
background-color css
<style>
a { background-color: #D1A69E; }
a { background-color: rgb(209,166,158); }
div.DivClassName
{
background-color: #D1A69E;
}
.BgClassName
{
background-color: #D1A69E;
}
</style>
border-color css
<style>
span { border-color: #D1A69E; }
span { border-color: rgb(209,166,158); }
td.TdClassName
{
border-color: #D1A69E;
}
.TagClassName
{
border-color: #D1A69E;
}
</style>