Shades of Eunry #D2A09A
Tints of Eunry #D2A09A
RGB
CMYK
RGB Variations
Color information
#D2A09A (or 0xD2A09A) is known color: Eunry. HEX triplet: D2, A0 and 9A. RGB value is (210,160,154). Sum of RGB (Red+Green+Blue) = 210+160+154=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A09A is #2D5F65. Grayscale: #AEAEAE. Windows color (decimal): -2973542 or 10133714. OLE color: 10133714.
HSL color Cylindrical-coordinate representation of color #D2A09A: hue angle of 6.43º 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 #D2A09A is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 154 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.18 |
| HSL | 6.43º | 0.38% | 0.71% | - |
| HSV(B) | 6.43º | 0.27% | 0.82% | - |
| XYZ | 44.98 | 41.18 | 36.15 | - |
| YUV | 174.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 154 | 0 | 0.24 | 0.27 | 0.18 | 6.43 | 0.38 | 0.71 |
| Hex | D2 | A0 | 9A | 0 | 18 | 1B | 12 | 6 | 26 | 47 |
| Octal | 322 | 240 | 232 | 0 | 30 | 33 | 22 | 6 | 46 | 107 |
| Binary | 11010010 | 10100000 | 10011010 | 0 | 11000 | 11011 | 10010 | 110 | 100110 | 1000111 |
Color Harmonies of #D2A09A
Complementary color
Monochromatic Colors of #D2A09A
Black with #D2A09A
Text Example
Text Example
White with #D2A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A09A; }
p { color: rgb(210,160,154); }
H1.HeaderClassName
{
color: #D2A09A;
}
.AnyTagClassName
{
color: #D2A09A;
}
</style>
background-color css
<style>
a { background-color: #D2A09A; }
a { background-color: rgb(210,160,154); }
div.DivClassName
{
background-color: #D2A09A;
}
.BgClassName
{
background-color: #D2A09A;
}
</style>
border-color css
<style>
span { border-color: #D2A09A; }
span { border-color: rgb(210,160,154); }
td.TdClassName
{
border-color: #D2A09A;
}
.TagClassName
{
border-color: #D2A09A;
}
</style>