Shades of Eunry #D3A19F
Tints of Eunry #D3A19F
RGB
CMYK
RGB Variations
Color information
#D3A19F (or 0xD3A19F) is known color: Eunry. HEX triplet: D3, A1 and 9F. RGB value is (211,161,159). Sum of RGB (Red+Green+Blue) = 211+161+159=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A19F is #2C5E60. Grayscale: #AFAFAF. Windows color (decimal): -2907745 or 10461651. OLE color: 10461651.
HSL color Cylindrical-coordinate representation of color #D3A19F: hue angle of 2.31º 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 #D3A19F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 159 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.17 |
| HSL | 2.31º | 0.37% | 0.73% | - |
| HSV(B) | 2.31º | 0.25% | 0.83% | - |
| XYZ | 45.87 | 41.84 | 38.46 | - |
| YUV | 175.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 159 | 0 | 0.24 | 0.25 | 0.17 | 2.31 | 0.37 | 0.73 |
| Hex | D3 | A1 | 9F | 0 | 18 | 19 | 11 | 2 | 25 | 49 |
| Octal | 323 | 241 | 237 | 0 | 30 | 31 | 21 | 2 | 45 | 111 |
| Binary | 11010011 | 10100001 | 10011111 | 0 | 11000 | 11001 | 10001 | 10 | 100101 | 1001001 |
Color Harmonies of #D3A19F
Complementary color
Monochromatic Colors of #D3A19F
Black with #D3A19F
Text Example
Text Example
White with #D3A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A19F; }
p { color: rgb(211,161,159); }
H1.HeaderClassName
{
color: #D3A19F;
}
.AnyTagClassName
{
color: #D3A19F;
}
</style>
background-color css
<style>
a { background-color: #D3A19F; }
a { background-color: rgb(211,161,159); }
div.DivClassName
{
background-color: #D3A19F;
}
.BgClassName
{
background-color: #D3A19F;
}
</style>
border-color css
<style>
span { border-color: #D3A19F; }
span { border-color: rgb(211,161,159); }
td.TdClassName
{
border-color: #D3A19F;
}
.TagClassName
{
border-color: #D3A19F;
}
</style>