Shades of Eunry #D0A29F
Tints of Eunry #D0A29F
RGB
CMYK
RGB Variations
Color information
#D0A29F (or 0xD0A29F) is known color: Eunry. HEX triplet: D0, A2 and 9F. RGB value is (208,162,159). Sum of RGB (Red+Green+Blue) = 208+162+159=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A29F is #2F5D60. Grayscale: #AFAFAF. Windows color (decimal): -3104097 or 10461904. OLE color: 10461904.
HSL color Cylindrical-coordinate representation of color #D0A29F: hue angle of 3.67º degrees, saturation: 0.34, 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 #D0A29F is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 159 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.18 |
| HSL | 3.67º | 0.34% | 0.72% | - |
| HSV(B) | 3.67º | 0.24% | 0.82% | - |
| XYZ | 45.19 | 41.75 | 38.48 | - |
| YUV | 175.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 159 | 0 | 0.22 | 0.24 | 0.18 | 3.67 | 0.34 | 0.72 |
| Hex | D0 | A2 | 9F | 0 | 16 | 18 | 12 | 4 | 22 | 48 |
| Octal | 320 | 242 | 237 | 0 | 26 | 30 | 22 | 4 | 42 | 110 |
| Binary | 11010000 | 10100010 | 10011111 | 0 | 10110 | 11000 | 10010 | 100 | 100010 | 1001000 |
Color Harmonies of #D0A29F
Complementary color
Monochromatic Colors of #D0A29F
Black with #D0A29F
Text Example
Text Example
White with #D0A29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A29F; }
p { color: rgb(208,162,159); }
H1.HeaderClassName
{
color: #D0A29F;
}
.AnyTagClassName
{
color: #D0A29F;
}
</style>
background-color css
<style>
a { background-color: #D0A29F; }
a { background-color: rgb(208,162,159); }
div.DivClassName
{
background-color: #D0A29F;
}
.BgClassName
{
background-color: #D0A29F;
}
</style>
border-color css
<style>
span { border-color: #D0A29F; }
span { border-color: rgb(208,162,159); }
td.TdClassName
{
border-color: #D0A29F;
}
.TagClassName
{
border-color: #D0A29F;
}
</style>