Shades of Eunry #D0A299
Tints of Eunry #D0A299
RGB
CMYK
RGB Variations
Color information
#D0A299 (or 0xD0A299) is known color: Eunry. HEX triplet: D0, A2 and 99. RGB value is (208,162,153). Sum of RGB (Red+Green+Blue) = 208+162+153=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A299 is #2F5D66. Grayscale: #AEAEAE. Windows color (decimal): -3104103 or 10068688. OLE color: 10068688.
HSL color Cylindrical-coordinate representation of color #D0A299: hue angle of 9.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0A299 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 153 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.18 |
| HSL | 9.82º | 0.37% | 0.71% | - |
| HSV(B) | 9.82º | 0.26% | 0.82% | - |
| XYZ | 44.68 | 41.55 | 35.8 | - |
| YUV | 174.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 153 | 0 | 0.22 | 0.26 | 0.18 | 9.82 | 0.37 | 0.71 |
| Hex | D0 | A2 | 99 | 0 | 16 | 1A | 12 | A | 25 | 47 |
| Octal | 320 | 242 | 231 | 0 | 26 | 32 | 22 | 12 | 45 | 107 |
| Binary | 11010000 | 10100010 | 10011001 | 0 | 10110 | 11010 | 10010 | 1010 | 100101 | 1000111 |
Color Harmonies of #D0A299
Complementary color
Monochromatic Colors of #D0A299
Black with #D0A299
Text Example
Text Example
White with #D0A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A299; }
p { color: rgb(208,162,153); }
H1.HeaderClassName
{
color: #D0A299;
}
.AnyTagClassName
{
color: #D0A299;
}
</style>
background-color css
<style>
a { background-color: #D0A299; }
a { background-color: rgb(208,162,153); }
div.DivClassName
{
background-color: #D0A299;
}
.BgClassName
{
background-color: #D0A299;
}
</style>
border-color css
<style>
span { border-color: #D0A299; }
span { border-color: rgb(208,162,153); }
td.TdClassName
{
border-color: #D0A299;
}
.TagClassName
{
border-color: #D0A299;
}
</style>