Shades of Eunry #D0A09D
Tints of Eunry #D0A09D
RGB
CMYK
RGB Variations
Color information
#D0A09D (or 0xD0A09D) is known color: Eunry. HEX triplet: D0, A0 and 9D. RGB value is (208,160,157). Sum of RGB (Red+Green+Blue) = 208+160+157=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A09D is #2F5F62. Grayscale: #AEAEAE. Windows color (decimal): -3104611 or 10330320. OLE color: 10330320.
HSL color Cylindrical-coordinate representation of color #D0A09D: hue angle of 3.53º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A09D is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 157 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.18 |
| HSL | 3.53º | 0.35% | 0.72% | - |
| HSV(B) | 3.53º | 0.25% | 0.82% | - |
| XYZ | 44.67 | 40.99 | 37.46 | - |
| YUV | 174.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 157 | 0 | 0.23 | 0.25 | 0.18 | 3.53 | 0.35 | 0.72 |
| Hex | D0 | A0 | 9D | 0 | 17 | 19 | 12 | 4 | 23 | 48 |
| Octal | 320 | 240 | 235 | 0 | 27 | 31 | 22 | 4 | 43 | 110 |
| Binary | 11010000 | 10100000 | 10011101 | 0 | 10111 | 11001 | 10010 | 100 | 100011 | 1001000 |
Color Harmonies of #D0A09D
Complementary color
Monochromatic Colors of #D0A09D
Black with #D0A09D
Text Example
Text Example
White with #D0A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A09D; }
p { color: rgb(208,160,157); }
H1.HeaderClassName
{
color: #D0A09D;
}
.AnyTagClassName
{
color: #D0A09D;
}
</style>
background-color css
<style>
a { background-color: #D0A09D; }
a { background-color: rgb(208,160,157); }
div.DivClassName
{
background-color: #D0A09D;
}
.BgClassName
{
background-color: #D0A09D;
}
</style>
border-color css
<style>
span { border-color: #D0A09D; }
span { border-color: rgb(208,160,157); }
td.TdClassName
{
border-color: #D0A09D;
}
.TagClassName
{
border-color: #D0A09D;
}
</style>