Shades of Eunry #D0A29D
Tints of Eunry #D0A29D
RGB
CMYK
RGB Variations
Color information
#D0A29D (or 0xD0A29D) is known color: Eunry. HEX triplet: D0, A2 and 9D. RGB value is (208,162,157). Sum of RGB (Red+Green+Blue) = 208+162+157=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A29D is #2F5D62. Grayscale: #AFAFAF. Windows color (decimal): -3104099 or 10330832. OLE color: 10330832.
HSL color Cylindrical-coordinate representation of color #D0A29D: hue angle of 5.88º 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 #D0A29D is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 157 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.18 |
| HSL | 5.88º | 0.35% | 0.72% | - |
| HSV(B) | 5.88º | 0.25% | 0.82% | - |
| XYZ | 45.02 | 41.68 | 37.57 | - |
| YUV | 175.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 157 | 0 | 0.22 | 0.25 | 0.18 | 5.88 | 0.35 | 0.72 |
| Hex | D0 | A2 | 9D | 0 | 16 | 19 | 12 | 6 | 23 | 48 |
| Octal | 320 | 242 | 235 | 0 | 26 | 31 | 22 | 6 | 43 | 110 |
| Binary | 11010000 | 10100010 | 10011101 | 0 | 10110 | 11001 | 10010 | 110 | 100011 | 1001000 |
Color Harmonies of #D0A29D
Complementary color
Monochromatic Colors of #D0A29D
Black with #D0A29D
Text Example
Text Example
White with #D0A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A29D; }
p { color: rgb(208,162,157); }
H1.HeaderClassName
{
color: #D0A29D;
}
.AnyTagClassName
{
color: #D0A29D;
}
</style>
background-color css
<style>
a { background-color: #D0A29D; }
a { background-color: rgb(208,162,157); }
div.DivClassName
{
background-color: #D0A29D;
}
.BgClassName
{
background-color: #D0A29D;
}
</style>
border-color css
<style>
span { border-color: #D0A29D; }
span { border-color: rgb(208,162,157); }
td.TdClassName
{
border-color: #D0A29D;
}
.TagClassName
{
border-color: #D0A29D;
}
</style>