Shades of Eunry #D1A79A
Tints of Eunry #D1A79A
RGB
CMYK
RGB Variations
Color information
#D1A79A (or 0xD1A79A) is known color: Eunry. HEX triplet: D1, A7 and 9A. RGB value is (209,167,154). Sum of RGB (Red+Green+Blue) = 209+167+154=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A79A is #2E5865. Grayscale: #B2B2B2. Windows color (decimal): -3037286 or 10135505. OLE color: 10135505.
HSL color Cylindrical-coordinate representation of color #D1A79A: hue angle of 14.18º 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 #D1A79A is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 154 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.18 |
| HSL | 14.18º | 0.37% | 0.71% | - |
| HSV(B) | 14.18º | 0.26% | 0.82% | - |
| XYZ | 45.95 | 43.53 | 36.55 | - |
| YUV | 178.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 154 | 0 | 0.20 | 0.26 | 0.18 | 14.18 | 0.37 | 0.71 |
| Hex | D1 | A7 | 9A | 0 | 14 | 1A | 12 | E | 25 | 47 |
| Octal | 321 | 247 | 232 | 0 | 24 | 32 | 22 | 16 | 45 | 107 |
| Binary | 11010001 | 10100111 | 10011010 | 0 | 10100 | 11010 | 10010 | 1110 | 100101 | 1000111 |
Color Harmonies of #D1A79A
Complementary color
Monochromatic Colors of #D1A79A
Black with #D1A79A
Text Example
Text Example
White with #D1A79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A79A; }
p { color: rgb(209,167,154); }
H1.HeaderClassName
{
color: #D1A79A;
}
.AnyTagClassName
{
color: #D1A79A;
}
</style>
background-color css
<style>
a { background-color: #D1A79A; }
a { background-color: rgb(209,167,154); }
div.DivClassName
{
background-color: #D1A79A;
}
.BgClassName
{
background-color: #D1A79A;
}
</style>
border-color css
<style>
span { border-color: #D1A79A; }
span { border-color: rgb(209,167,154); }
td.TdClassName
{
border-color: #D1A79A;
}
.TagClassName
{
border-color: #D1A79A;
}
</style>