Shades of Eunry #D0A798
Tints of Eunry #D0A798
RGB
CMYK
RGB Variations
Color information
#D0A798 (or 0xD0A798) is known color: Eunry. HEX triplet: D0, A7 and 98. RGB value is (208,167,152). Sum of RGB (Red+Green+Blue) = 208+167+152=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A798 is #2F5867. Grayscale: #B1B1B1. Windows color (decimal): -3102824 or 10004432. OLE color: 10004432.
HSL color Cylindrical-coordinate representation of color #D0A798: hue angle of 16.07º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0A798 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 152 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.18 |
| HSL | 16.07º | 0.37% | 0.71% | - |
| HSV(B) | 16.07º | 0.27% | 0.82% | - |
| XYZ | 45.5 | 43.31 | 35.67 | - |
| YUV | 177.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 152 | 0 | 0.20 | 0.27 | 0.18 | 16.07 | 0.37 | 0.71 |
| Hex | D0 | A7 | 98 | 0 | 14 | 1B | 12 | 10 | 25 | 47 |
| Octal | 320 | 247 | 230 | 0 | 24 | 33 | 22 | 20 | 45 | 107 |
| Binary | 11010000 | 10100111 | 10011000 | 0 | 10100 | 11011 | 10010 | 10000 | 100101 | 1000111 |
Color Harmonies of #D0A798
Complementary color
Monochromatic Colors of #D0A798
Black with #D0A798
Text Example
Text Example
White with #D0A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A798; }
p { color: rgb(208,167,152); }
H1.HeaderClassName
{
color: #D0A798;
}
.AnyTagClassName
{
color: #D0A798;
}
</style>
background-color css
<style>
a { background-color: #D0A798; }
a { background-color: rgb(208,167,152); }
div.DivClassName
{
background-color: #D0A798;
}
.BgClassName
{
background-color: #D0A798;
}
</style>
border-color css
<style>
span { border-color: #D0A798; }
span { border-color: rgb(208,167,152); }
td.TdClassName
{
border-color: #D0A798;
}
.TagClassName
{
border-color: #D0A798;
}
</style>