Shades of Eunry #D9AC9C
Tints of Eunry #D9AC9C
RGB
CMYK
RGB Variations
Color information
#D9AC9C (or 0xD9AC9C) is known color: Eunry. HEX triplet: D9, AC and 9C. RGB value is (217,172,156). Sum of RGB (Red+Green+Blue) = 217+172+156=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC9C is #265363. Grayscale: #B7B7B7. Windows color (decimal): -2511716 or 10267865. OLE color: 10267865.
HSL color Cylindrical-coordinate representation of color #D9AC9C: hue angle of 15.74º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9AC9C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 156 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.15 |
| HSL | 15.74º | 0.45% | 0.73% | - |
| HSV(B) | 15.74º | 0.28% | 0.85% | - |
| XYZ | 49.37 | 46.66 | 37.86 | - |
| YUV | 183.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 156 | 0 | 0.21 | 0.28 | 0.15 | 15.74 | 0.45 | 0.73 |
| Hex | D9 | AC | 9C | 0 | 15 | 1C | F | 10 | 2D | 49 |
| Octal | 331 | 254 | 234 | 0 | 25 | 34 | 17 | 20 | 55 | 111 |
| Binary | 11011001 | 10101100 | 10011100 | 0 | 10101 | 11100 | 1111 | 10000 | 101101 | 1001001 |
Color Harmonies of #D9AC9C
Complementary color
Monochromatic Colors of #D9AC9C
Black with #D9AC9C
Text Example
Text Example
White with #D9AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC9C; }
p { color: rgb(217,172,156); }
H1.HeaderClassName
{
color: #D9AC9C;
}
.AnyTagClassName
{
color: #D9AC9C;
}
</style>
background-color css
<style>
a { background-color: #D9AC9C; }
a { background-color: rgb(217,172,156); }
div.DivClassName
{
background-color: #D9AC9C;
}
.BgClassName
{
background-color: #D9AC9C;
}
</style>
border-color css
<style>
span { border-color: #D9AC9C; }
span { border-color: rgb(217,172,156); }
td.TdClassName
{
border-color: #D9AC9C;
}
.TagClassName
{
border-color: #D9AC9C;
}
</style>