Shades of Eunry #D7A49C
Tints of Eunry #D7A49C
RGB
CMYK
RGB Variations
Color information
#D7A49C (or 0xD7A49C) is known color: Eunry. HEX triplet: D7, A4 and 9C. RGB value is (215,164,156). Sum of RGB (Red+Green+Blue) = 215+164+156=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A49C is #285B63. Grayscale: #B2B2B2. Windows color (decimal): -2644836 or 10265815. OLE color: 10265815.
HSL color Cylindrical-coordinate representation of color #D7A49C: hue angle of 8.14º degrees, saturation: 0.42, 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 #D7A49C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 156 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.16 |
| HSL | 8.14º | 0.42% | 0.73% | - |
| HSV(B) | 8.14º | 0.27% | 0.84% | - |
| XYZ | 47.3 | 43.4 | 37.34 | - |
| YUV | 178.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 156 | 0 | 0.24 | 0.27 | 0.16 | 8.14 | 0.42 | 0.73 |
| Hex | D7 | A4 | 9C | 0 | 18 | 1B | 10 | 8 | 2A | 49 |
| Octal | 327 | 244 | 234 | 0 | 30 | 33 | 20 | 10 | 52 | 111 |
| Binary | 11010111 | 10100100 | 10011100 | 0 | 11000 | 11011 | 10000 | 1000 | 101010 | 1001001 |
Color Harmonies of #D7A49C
Complementary color
Monochromatic Colors of #D7A49C
Black with #D7A49C
Text Example
Text Example
White with #D7A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A49C; }
p { color: rgb(215,164,156); }
H1.HeaderClassName
{
color: #D7A49C;
}
.AnyTagClassName
{
color: #D7A49C;
}
</style>
background-color css
<style>
a { background-color: #D7A49C; }
a { background-color: rgb(215,164,156); }
div.DivClassName
{
background-color: #D7A49C;
}
.BgClassName
{
background-color: #D7A49C;
}
</style>
border-color css
<style>
span { border-color: #D7A49C; }
span { border-color: rgb(215,164,156); }
td.TdClassName
{
border-color: #D7A49C;
}
.TagClassName
{
border-color: #D7A49C;
}
</style>