Shades of Eunry #D1A69D
Tints of Eunry #D1A69D
RGB
CMYK
RGB Variations
Color information
#D1A69D (or 0xD1A69D) is known color: Eunry. HEX triplet: D1, A6 and 9D. RGB value is (209,166,157). Sum of RGB (Red+Green+Blue) = 209+166+157=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A69D is #2E5962. Grayscale: #B1B1B1. Windows color (decimal): -3037539 or 10331857. OLE color: 10331857.
HSL color Cylindrical-coordinate representation of color #D1A69D: hue angle of 10.38º degrees, saturation: 0.36, 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 #D1A69D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 157 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.18 |
| HSL | 10.38º | 0.36% | 0.72% | - |
| HSV(B) | 10.38º | 0.25% | 0.82% | - |
| XYZ | 46.02 | 43.26 | 37.82 | - |
| YUV | 177.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 157 | 0 | 0.21 | 0.25 | 0.18 | 10.38 | 0.36 | 0.72 |
| Hex | D1 | A6 | 9D | 0 | 15 | 19 | 12 | A | 24 | 48 |
| Octal | 321 | 246 | 235 | 0 | 25 | 31 | 22 | 12 | 44 | 110 |
| Binary | 11010001 | 10100110 | 10011101 | 0 | 10101 | 11001 | 10010 | 1010 | 100100 | 1001000 |
Color Harmonies of #D1A69D
Complementary color
Monochromatic Colors of #D1A69D
Black with #D1A69D
Text Example
Text Example
White with #D1A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A69D; }
p { color: rgb(209,166,157); }
H1.HeaderClassName
{
color: #D1A69D;
}
.AnyTagClassName
{
color: #D1A69D;
}
</style>
background-color css
<style>
a { background-color: #D1A69D; }
a { background-color: rgb(209,166,157); }
div.DivClassName
{
background-color: #D1A69D;
}
.BgClassName
{
background-color: #D1A69D;
}
</style>
border-color css
<style>
span { border-color: #D1A69D; }
span { border-color: rgb(209,166,157); }
td.TdClassName
{
border-color: #D1A69D;
}
.TagClassName
{
border-color: #D1A69D;
}
</style>