Shades of Eunry #D6A39C
Tints of Eunry #D6A39C
RGB
CMYK
RGB Variations
Color information
#D6A39C (or 0xD6A39C) is known color: Eunry. HEX triplet: D6, A3 and 9C. RGB value is (214,163,156). Sum of RGB (Red+Green+Blue) = 214+163+156=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A39C is #295C63. Grayscale: #B1B1B1. Windows color (decimal): -2710628 or 10265558. OLE color: 10265558.
HSL color Cylindrical-coordinate representation of color #D6A39C: hue angle of 7.24º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6A39C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 156 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.16 |
| HSL | 7.24º | 0.41% | 0.73% | - |
| HSV(B) | 7.24º | 0.27% | 0.84% | - |
| XYZ | 46.83 | 42.89 | 37.26 | - |
| YUV | 177.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 156 | 0 | 0.24 | 0.27 | 0.16 | 7.24 | 0.41 | 0.73 |
| Hex | D6 | A3 | 9C | 0 | 18 | 1B | 10 | 7 | 29 | 49 |
| Octal | 326 | 243 | 234 | 0 | 30 | 33 | 20 | 7 | 51 | 111 |
| Binary | 11010110 | 10100011 | 10011100 | 0 | 11000 | 11011 | 10000 | 111 | 101001 | 1001001 |
Color Harmonies of #D6A39C
Complementary color
Monochromatic Colors of #D6A39C
Black with #D6A39C
Text Example
Text Example
White with #D6A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A39C; }
p { color: rgb(214,163,156); }
H1.HeaderClassName
{
color: #D6A39C;
}
.AnyTagClassName
{
color: #D6A39C;
}
</style>
background-color css
<style>
a { background-color: #D6A39C; }
a { background-color: rgb(214,163,156); }
div.DivClassName
{
background-color: #D6A39C;
}
.BgClassName
{
background-color: #D6A39C;
}
</style>
border-color css
<style>
span { border-color: #D6A39C; }
span { border-color: rgb(214,163,156); }
td.TdClassName
{
border-color: #D6A39C;
}
.TagClassName
{
border-color: #D6A39C;
}
</style>