Shades of Eunry #D2A69A
Tints of Eunry #D2A69A
RGB
CMYK
RGB Variations
Color information
#D2A69A (or 0xD2A69A) is known color: Eunry. HEX triplet: D2, A6 and 9A. RGB value is (210,166,154). Sum of RGB (Red+Green+Blue) = 210+166+154=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A69A is #2D5965. Grayscale: #B1B1B1. Windows color (decimal): -2972006 or 10135250. OLE color: 10135250.
HSL color Cylindrical-coordinate representation of color #D2A69A: hue angle of 12.86º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2A69A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 154 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.18 |
| HSL | 12.86º | 0.38% | 0.71% | - |
| HSV(B) | 12.86º | 0.27% | 0.82% | - |
| XYZ | 46.05 | 43.31 | 36.5 | - |
| YUV | 177.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 154 | 0 | 0.21 | 0.27 | 0.18 | 12.86 | 0.38 | 0.71 |
| Hex | D2 | A6 | 9A | 0 | 15 | 1B | 12 | D | 26 | 47 |
| Octal | 322 | 246 | 232 | 0 | 25 | 33 | 22 | 15 | 46 | 107 |
| Binary | 11010010 | 10100110 | 10011010 | 0 | 10101 | 11011 | 10010 | 1101 | 100110 | 1000111 |
Color Harmonies of #D2A69A
Complementary color
Monochromatic Colors of #D2A69A
Black with #D2A69A
Text Example
Text Example
White with #D2A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A69A; }
p { color: rgb(210,166,154); }
H1.HeaderClassName
{
color: #D2A69A;
}
.AnyTagClassName
{
color: #D2A69A;
}
</style>
background-color css
<style>
a { background-color: #D2A69A; }
a { background-color: rgb(210,166,154); }
div.DivClassName
{
background-color: #D2A69A;
}
.BgClassName
{
background-color: #D2A69A;
}
</style>
border-color css
<style>
span { border-color: #D2A69A; }
span { border-color: rgb(210,166,154); }
td.TdClassName
{
border-color: #D2A69A;
}
.TagClassName
{
border-color: #D2A69A;
}
</style>