Shades of Eunry #D5A8A3
Tints of Eunry #D5A8A3
RGB
CMYK
RGB Variations
Color information
#D5A8A3 (or 0xD5A8A3) is known color: Eunry. HEX triplet: D5, A8 and A3. RGB value is (213,168,163). Sum of RGB (Red+Green+Blue) = 213+168+163=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A8A3 is #2A575C. Grayscale: #B4B4B4. Windows color (decimal): -2774877 or 10725589. OLE color: 10725589.
HSL color Cylindrical-coordinate representation of color #D5A8A3: hue angle of 6º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A8A3 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 163 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.16 |
| HSL | 6º | 0.37% | 0.74% | - |
| HSV(B) | 6º | 0.23% | 0.84% | - |
| XYZ | 48.05 | 44.8 | 40.76 | - |
| YUV | 180.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 163 | 0 | 0.21 | 0.23 | 0.16 | 6 | 0.37 | 0.74 |
| Hex | D5 | A8 | A3 | 0 | 15 | 17 | 10 | 6 | 25 | 4A |
| Octal | 325 | 250 | 243 | 0 | 25 | 27 | 20 | 6 | 45 | 112 |
| Binary | 11010101 | 10101000 | 10100011 | 0 | 10101 | 10111 | 10000 | 110 | 100101 | 1001010 |
Color Harmonies of #D5A8A3
Complementary color
Monochromatic Colors of #D5A8A3
Black with #D5A8A3
Text Example
Text Example
White with #D5A8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8A3; }
p { color: rgb(213,168,163); }
H1.HeaderClassName
{
color: #D5A8A3;
}
.AnyTagClassName
{
color: #D5A8A3;
}
</style>
background-color css
<style>
a { background-color: #D5A8A3; }
a { background-color: rgb(213,168,163); }
div.DivClassName
{
background-color: #D5A8A3;
}
.BgClassName
{
background-color: #D5A8A3;
}
</style>
border-color css
<style>
span { border-color: #D5A8A3; }
span { border-color: rgb(213,168,163); }
td.TdClassName
{
border-color: #D5A8A3;
}
.TagClassName
{
border-color: #D5A8A3;
}
</style>