Shades of Eunry #D1A69F
Tints of Eunry #D1A69F
RGB
CMYK
RGB Variations
Color information
#D1A69F (or 0xD1A69F) is known color: Eunry. HEX triplet: D1, A6 and 9F. RGB value is (209,166,159). Sum of RGB (Red+Green+Blue) = 209+166+159=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A69F is #2E5960. Grayscale: #B2B2B2. Windows color (decimal): -3037537 or 10462929. OLE color: 10462929.
HSL color Cylindrical-coordinate representation of color #D1A69F: hue angle of 8.4º degrees, saturation: 0.35, 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 #D1A69F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 159 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.18 |
| HSL | 8.4º | 0.35% | 0.72% | - |
| HSV(B) | 8.4º | 0.24% | 0.82% | - |
| XYZ | 46.19 | 43.33 | 38.73 | - |
| YUV | 178.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 159 | 0 | 0.21 | 0.24 | 0.18 | 8.4 | 0.35 | 0.72 |
| Hex | D1 | A6 | 9F | 0 | 15 | 18 | 12 | 8 | 23 | 48 |
| Octal | 321 | 246 | 237 | 0 | 25 | 30 | 22 | 10 | 43 | 110 |
| Binary | 11010001 | 10100110 | 10011111 | 0 | 10101 | 11000 | 10010 | 1000 | 100011 | 1001000 |
Color Harmonies of #D1A69F
Complementary color
Monochromatic Colors of #D1A69F
Black with #D1A69F
Text Example
Text Example
White with #D1A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A69F; }
p { color: rgb(209,166,159); }
H1.HeaderClassName
{
color: #D1A69F;
}
.AnyTagClassName
{
color: #D1A69F;
}
</style>
background-color css
<style>
a { background-color: #D1A69F; }
a { background-color: rgb(209,166,159); }
div.DivClassName
{
background-color: #D1A69F;
}
.BgClassName
{
background-color: #D1A69F;
}
</style>
border-color css
<style>
span { border-color: #D1A69F; }
span { border-color: rgb(209,166,159); }
td.TdClassName
{
border-color: #D1A69F;
}
.TagClassName
{
border-color: #D1A69F;
}
</style>