Shades of Eunry #D8AC9E
Tints of Eunry #D8AC9E
RGB
CMYK
RGB Variations
Color information
#D8AC9E (or 0xD8AC9E) is known color: Eunry. HEX triplet: D8, AC and 9E. RGB value is (216,172,158). Sum of RGB (Red+Green+Blue) = 216+172+158=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC9E is #275361. Grayscale: #B7B7B7. Windows color (decimal): -2577250 or 10398936. OLE color: 10398936.
HSL color Cylindrical-coordinate representation of color #D8AC9E: hue angle of 14.48º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8AC9E is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 158 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.15 |
| HSL | 14.48º | 0.43% | 0.73% | - |
| HSV(B) | 14.48º | 0.27% | 0.85% | - |
| XYZ | 49.24 | 46.57 | 38.74 | - |
| YUV | 183.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 158 | 0 | 0.20 | 0.27 | 0.15 | 14.48 | 0.43 | 0.73 |
| Hex | D8 | AC | 9E | 0 | 14 | 1B | F | E | 2B | 49 |
| Octal | 330 | 254 | 236 | 0 | 24 | 33 | 17 | 16 | 53 | 111 |
| Binary | 11011000 | 10101100 | 10011110 | 0 | 10100 | 11011 | 1111 | 1110 | 101011 | 1001001 |
Color Harmonies of #D8AC9E
Complementary color
Monochromatic Colors of #D8AC9E
Black with #D8AC9E
Text Example
Text Example
White with #D8AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC9E; }
p { color: rgb(216,172,158); }
H1.HeaderClassName
{
color: #D8AC9E;
}
.AnyTagClassName
{
color: #D8AC9E;
}
</style>
background-color css
<style>
a { background-color: #D8AC9E; }
a { background-color: rgb(216,172,158); }
div.DivClassName
{
background-color: #D8AC9E;
}
.BgClassName
{
background-color: #D8AC9E;
}
</style>
border-color css
<style>
span { border-color: #D8AC9E; }
span { border-color: rgb(216,172,158); }
td.TdClassName
{
border-color: #D8AC9E;
}
.TagClassName
{
border-color: #D8AC9E;
}
</style>