Shades of Eunry #D0A99F
Tints of Eunry #D0A99F
RGB
CMYK
RGB Variations
Color information
#D0A99F (or 0xD0A99F) is known color: Eunry. HEX triplet: D0, A9 and 9F. RGB value is (208,169,159). Sum of RGB (Red+Green+Blue) = 208+169+159=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A99F is #2F5660. Grayscale: #B3B3B3. Windows color (decimal): -3102305 or 10463696. OLE color: 10463696.
HSL color Cylindrical-coordinate representation of color #D0A99F: hue angle of 12.24º 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 #D0A99F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 159 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.18 |
| HSL | 12.24º | 0.34% | 0.72% | - |
| HSV(B) | 12.24º | 0.24% | 0.82% | - |
| XYZ | 46.46 | 44.29 | 38.9 | - |
| YUV | 179.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 159 | 0 | 0.19 | 0.24 | 0.18 | 12.24 | 0.34 | 0.72 |
| Hex | D0 | A9 | 9F | 0 | 13 | 18 | 12 | C | 22 | 48 |
| Octal | 320 | 251 | 237 | 0 | 23 | 30 | 22 | 14 | 42 | 110 |
| Binary | 11010000 | 10101001 | 10011111 | 0 | 10011 | 11000 | 10010 | 1100 | 100010 | 1001000 |
Color Harmonies of #D0A99F
Complementary color
Monochromatic Colors of #D0A99F
Black with #D0A99F
Text Example
Text Example
White with #D0A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A99F; }
p { color: rgb(208,169,159); }
H1.HeaderClassName
{
color: #D0A99F;
}
.AnyTagClassName
{
color: #D0A99F;
}
</style>
background-color css
<style>
a { background-color: #D0A99F; }
a { background-color: rgb(208,169,159); }
div.DivClassName
{
background-color: #D0A99F;
}
.BgClassName
{
background-color: #D0A99F;
}
</style>
border-color css
<style>
span { border-color: #D0A99F; }
span { border-color: rgb(208,169,159); }
td.TdClassName
{
border-color: #D0A99F;
}
.TagClassName
{
border-color: #D0A99F;
}
</style>