Shades of Eunry #D2A29F
Tints of Eunry #D2A29F
RGB
CMYK
RGB Variations
Color information
#D2A29F (or 0xD2A29F) is known color: Eunry. HEX triplet: D2, A2 and 9F. RGB value is (210,162,159). Sum of RGB (Red+Green+Blue) = 210+162+159=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A29F is #2D5D60. Grayscale: #B0B0B0. Windows color (decimal): -2973025 or 10461906. OLE color: 10461906.
HSL color Cylindrical-coordinate representation of color #D2A29F: hue angle of 3.53º 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 #D2A29F is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 159 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.18 |
| HSL | 3.53º | 0.36% | 0.72% | - |
| HSV(B) | 3.53º | 0.24% | 0.82% | - |
| XYZ | 45.76 | 42.05 | 38.5 | - |
| YUV | 176.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 159 | 0 | 0.23 | 0.24 | 0.18 | 3.53 | 0.36 | 0.72 |
| Hex | D2 | A2 | 9F | 0 | 17 | 18 | 12 | 4 | 24 | 48 |
| Octal | 322 | 242 | 237 | 0 | 27 | 30 | 22 | 4 | 44 | 110 |
| Binary | 11010010 | 10100010 | 10011111 | 0 | 10111 | 11000 | 10010 | 100 | 100100 | 1001000 |
Color Harmonies of #D2A29F
Complementary color
Monochromatic Colors of #D2A29F
Black with #D2A29F
Text Example
Text Example
White with #D2A29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A29F; }
p { color: rgb(210,162,159); }
H1.HeaderClassName
{
color: #D2A29F;
}
.AnyTagClassName
{
color: #D2A29F;
}
</style>
background-color css
<style>
a { background-color: #D2A29F; }
a { background-color: rgb(210,162,159); }
div.DivClassName
{
background-color: #D2A29F;
}
.BgClassName
{
background-color: #D2A29F;
}
</style>
border-color css
<style>
span { border-color: #D2A29F; }
span { border-color: rgb(210,162,159); }
td.TdClassName
{
border-color: #D2A29F;
}
.TagClassName
{
border-color: #D2A29F;
}
</style>