Shades of Eunry #D3A39F
Tints of Eunry #D3A39F
RGB
CMYK
RGB Variations
Color information
#D3A39F (or 0xD3A39F) is known color: Eunry. HEX triplet: D3, A3 and 9F. RGB value is (211,163,159). Sum of RGB (Red+Green+Blue) = 211+163+159=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A39F is #2C5C60. Grayscale: #B0B0B0. Windows color (decimal): -2907233 or 10462163. OLE color: 10462163.
HSL color Cylindrical-coordinate representation of color #D3A39F: hue angle of 4.62º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3A39F is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 159 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.17 |
| HSL | 4.62º | 0.37% | 0.73% | - |
| HSV(B) | 4.62º | 0.25% | 0.83% | - |
| XYZ | 46.22 | 42.55 | 38.58 | - |
| YUV | 176.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 159 | 0 | 0.23 | 0.25 | 0.17 | 4.62 | 0.37 | 0.73 |
| Hex | D3 | A3 | 9F | 0 | 17 | 19 | 11 | 5 | 25 | 49 |
| Octal | 323 | 243 | 237 | 0 | 27 | 31 | 21 | 5 | 45 | 111 |
| Binary | 11010011 | 10100011 | 10011111 | 0 | 10111 | 11001 | 10001 | 101 | 100101 | 1001001 |
Color Harmonies of #D3A39F
Complementary color
Monochromatic Colors of #D3A39F
Black with #D3A39F
Text Example
Text Example
White with #D3A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A39F; }
p { color: rgb(211,163,159); }
H1.HeaderClassName
{
color: #D3A39F;
}
.AnyTagClassName
{
color: #D3A39F;
}
</style>
background-color css
<style>
a { background-color: #D3A39F; }
a { background-color: rgb(211,163,159); }
div.DivClassName
{
background-color: #D3A39F;
}
.BgClassName
{
background-color: #D3A39F;
}
</style>
border-color css
<style>
span { border-color: #D3A39F; }
span { border-color: rgb(211,163,159); }
td.TdClassName
{
border-color: #D3A39F;
}
.TagClassName
{
border-color: #D3A39F;
}
</style>