Shades of Eunry #D5A89B
Tints of Eunry #D5A89B
RGB
CMYK
RGB Variations
Color information
#D5A89B (or 0xD5A89B) is known color: Eunry. HEX triplet: D5, A8 and 9B. RGB value is (213,168,155). Sum of RGB (Red+Green+Blue) = 213+168+155=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A89B is #2A5764. Grayscale: #B4B4B4. Windows color (decimal): -2774885 or 10201301. OLE color: 10201301.
HSL color Cylindrical-coordinate representation of color #D5A89B: hue angle of 13.45º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5A89B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 155 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.16 |
| HSL | 13.45º | 0.41% | 0.72% | - |
| HSV(B) | 13.45º | 0.27% | 0.84% | - |
| XYZ | 47.36 | 44.52 | 37.11 | - |
| YUV | 179.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 155 | 0 | 0.21 | 0.27 | 0.16 | 13.45 | 0.41 | 0.72 |
| Hex | D5 | A8 | 9B | 0 | 15 | 1B | 10 | D | 29 | 48 |
| Octal | 325 | 250 | 233 | 0 | 25 | 33 | 20 | 15 | 51 | 110 |
| Binary | 11010101 | 10101000 | 10011011 | 0 | 10101 | 11011 | 10000 | 1101 | 101001 | 1001000 |
Color Harmonies of #D5A89B
Complementary color
Monochromatic Colors of #D5A89B
Black with #D5A89B
Text Example
Text Example
White with #D5A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A89B; }
p { color: rgb(213,168,155); }
H1.HeaderClassName
{
color: #D5A89B;
}
.AnyTagClassName
{
color: #D5A89B;
}
</style>
background-color css
<style>
a { background-color: #D5A89B; }
a { background-color: rgb(213,168,155); }
div.DivClassName
{
background-color: #D5A89B;
}
.BgClassName
{
background-color: #D5A89B;
}
</style>
border-color css
<style>
span { border-color: #D5A89B; }
span { border-color: rgb(213,168,155); }
td.TdClassName
{
border-color: #D5A89B;
}
.TagClassName
{
border-color: #D5A89B;
}
</style>