Shades of Eunry #D2A99F
Tints of Eunry #D2A99F
RGB
CMYK
RGB Variations
Color information
#D2A99F (or 0xD2A99F) is known color: Eunry. HEX triplet: D2, A9 and 9F. RGB value is (210,169,159). Sum of RGB (Red+Green+Blue) = 210+169+159=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A99F is #2D5660. Grayscale: #B4B4B4. Windows color (decimal): -2971233 or 10463698. OLE color: 10463698.
HSL color Cylindrical-coordinate representation of color #D2A99F: hue angle of 11.76º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A99F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 159 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.18 |
| HSL | 11.76º | 0.36% | 0.72% | - |
| HSV(B) | 11.76º | 0.24% | 0.82% | - |
| XYZ | 47.02 | 44.58 | 38.93 | - |
| YUV | 180.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 159 | 0 | 0.20 | 0.24 | 0.18 | 11.76 | 0.36 | 0.72 |
| Hex | D2 | A9 | 9F | 0 | 14 | 18 | 12 | C | 24 | 48 |
| Octal | 322 | 251 | 237 | 0 | 24 | 30 | 22 | 14 | 44 | 110 |
| Binary | 11010010 | 10101001 | 10011111 | 0 | 10100 | 11000 | 10010 | 1100 | 100100 | 1001000 |
Color Harmonies of #D2A99F
Complementary color
Monochromatic Colors of #D2A99F
Black with #D2A99F
Text Example
Text Example
White with #D2A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A99F; }
p { color: rgb(210,169,159); }
H1.HeaderClassName
{
color: #D2A99F;
}
.AnyTagClassName
{
color: #D2A99F;
}
</style>
background-color css
<style>
a { background-color: #D2A99F; }
a { background-color: rgb(210,169,159); }
div.DivClassName
{
background-color: #D2A99F;
}
.BgClassName
{
background-color: #D2A99F;
}
</style>
border-color css
<style>
span { border-color: #D2A99F; }
span { border-color: rgb(210,169,159); }
td.TdClassName
{
border-color: #D2A99F;
}
.TagClassName
{
border-color: #D2A99F;
}
</style>