Shades of Eunry #D2A59A
Tints of Eunry #D2A59A
RGB
CMYK
RGB Variations
Color information
#D2A59A (or 0xD2A59A) is known color: Eunry. HEX triplet: D2, A5 and 9A. RGB value is (210,165,154). Sum of RGB (Red+Green+Blue) = 210+165+154=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A59A is #2D5A65. Grayscale: #B1B1B1. Windows color (decimal): -2972262 or 10134994. OLE color: 10134994.
HSL color Cylindrical-coordinate representation of color #D2A59A: hue angle of 11.79º 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 #D2A59A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 154 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.18 |
| HSL | 11.79º | 0.38% | 0.71% | - |
| HSV(B) | 11.79º | 0.27% | 0.82% | - |
| XYZ | 45.87 | 42.95 | 36.44 | - |
| YUV | 177.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 154 | 0 | 0.21 | 0.27 | 0.18 | 11.79 | 0.38 | 0.71 |
| Hex | D2 | A5 | 9A | 0 | 15 | 1B | 12 | C | 26 | 47 |
| Octal | 322 | 245 | 232 | 0 | 25 | 33 | 22 | 14 | 46 | 107 |
| Binary | 11010010 | 10100101 | 10011010 | 0 | 10101 | 11011 | 10010 | 1100 | 100110 | 1000111 |
Color Harmonies of #D2A59A
Complementary color
Monochromatic Colors of #D2A59A
Black with #D2A59A
Text Example
Text Example
White with #D2A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A59A; }
p { color: rgb(210,165,154); }
H1.HeaderClassName
{
color: #D2A59A;
}
.AnyTagClassName
{
color: #D2A59A;
}
</style>
background-color css
<style>
a { background-color: #D2A59A; }
a { background-color: rgb(210,165,154); }
div.DivClassName
{
background-color: #D2A59A;
}
.BgClassName
{
background-color: #D2A59A;
}
</style>
border-color css
<style>
span { border-color: #D2A59A; }
span { border-color: rgb(210,165,154); }
td.TdClassName
{
border-color: #D2A59A;
}
.TagClassName
{
border-color: #D2A59A;
}
</style>