Shades of Eunry #D1A69A
Tints of Eunry #D1A69A
RGB
CMYK
RGB Variations
Color information
#D1A69A (or 0xD1A69A) is known color: Eunry. HEX triplet: D1, A6 and 9A. RGB value is (209,166,154). Sum of RGB (Red+Green+Blue) = 209+166+154=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A69A is #2E5965. Grayscale: #B1B1B1. Windows color (decimal): -3037542 or 10135249. OLE color: 10135249.
HSL color Cylindrical-coordinate representation of color #D1A69A: hue angle of 13.09º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1A69A is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 154 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.18 |
| HSL | 13.09º | 0.37% | 0.71% | - |
| HSV(B) | 13.09º | 0.26% | 0.82% | - |
| XYZ | 45.76 | 43.16 | 36.49 | - |
| YUV | 177.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 154 | 0 | 0.21 | 0.26 | 0.18 | 13.09 | 0.37 | 0.71 |
| Hex | D1 | A6 | 9A | 0 | 15 | 1A | 12 | D | 25 | 47 |
| Octal | 321 | 246 | 232 | 0 | 25 | 32 | 22 | 15 | 45 | 107 |
| Binary | 11010001 | 10100110 | 10011010 | 0 | 10101 | 11010 | 10010 | 1101 | 100101 | 1000111 |
Color Harmonies of #D1A69A
Complementary color
Monochromatic Colors of #D1A69A
Black with #D1A69A
Text Example
Text Example
White with #D1A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A69A; }
p { color: rgb(209,166,154); }
H1.HeaderClassName
{
color: #D1A69A;
}
.AnyTagClassName
{
color: #D1A69A;
}
</style>
background-color css
<style>
a { background-color: #D1A69A; }
a { background-color: rgb(209,166,154); }
div.DivClassName
{
background-color: #D1A69A;
}
.BgClassName
{
background-color: #D1A69A;
}
</style>
border-color css
<style>
span { border-color: #D1A69A; }
span { border-color: rgb(209,166,154); }
td.TdClassName
{
border-color: #D1A69A;
}
.TagClassName
{
border-color: #D1A69A;
}
</style>