Shades of Eunry #D6A19F
Tints of Eunry #D6A19F
RGB
CMYK
RGB Variations
Color information
#D6A19F (or 0xD6A19F) is known color: Eunry. HEX triplet: D6, A1 and 9F. RGB value is (214,161,159). Sum of RGB (Red+Green+Blue) = 214+161+159=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A19F is #295E60. Grayscale: #B0B0B0. Windows color (decimal): -2711137 or 10461654. OLE color: 10461654.
HSL color Cylindrical-coordinate representation of color #D6A19F: hue angle of 2.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6A19F is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 159 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.16 |
| HSL | 2.18º | 0.4% | 0.73% | - |
| HSV(B) | 2.18º | 0.26% | 0.84% | - |
| XYZ | 46.73 | 42.29 | 38.5 | - |
| YUV | 176.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 159 | 0 | 0.25 | 0.26 | 0.16 | 2.18 | 0.4 | 0.73 |
| Hex | D6 | A1 | 9F | 0 | 19 | 1A | 10 | 2 | 28 | 49 |
| Octal | 326 | 241 | 237 | 0 | 31 | 32 | 20 | 2 | 50 | 111 |
| Binary | 11010110 | 10100001 | 10011111 | 0 | 11001 | 11010 | 10000 | 10 | 101000 | 1001001 |
Color Harmonies of #D6A19F
Complementary color
Monochromatic Colors of #D6A19F
Black with #D6A19F
Text Example
Text Example
White with #D6A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A19F; }
p { color: rgb(214,161,159); }
H1.HeaderClassName
{
color: #D6A19F;
}
.AnyTagClassName
{
color: #D6A19F;
}
</style>
background-color css
<style>
a { background-color: #D6A19F; }
a { background-color: rgb(214,161,159); }
div.DivClassName
{
background-color: #D6A19F;
}
.BgClassName
{
background-color: #D6A19F;
}
</style>
border-color css
<style>
span { border-color: #D6A19F; }
span { border-color: rgb(214,161,159); }
td.TdClassName
{
border-color: #D6A19F;
}
.TagClassName
{
border-color: #D6A19F;
}
</style>