Shades of Eunry #D5A8A2
Tints of Eunry #D5A8A2
RGB
CMYK
RGB Variations
Color information
#D5A8A2 (or 0xD5A8A2) is known color: Eunry. HEX triplet: D5, A8 and A2. RGB value is (213,168,162). Sum of RGB (Red+Green+Blue) = 213+168+162=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A8A2 is #2A575D. Grayscale: #B4B4B4. Windows color (decimal): -2774878 or 10660053. OLE color: 10660053.
HSL color Cylindrical-coordinate representation of color #D5A8A2: hue angle of 7.06º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A8A2 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 162 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.16 |
| HSL | 7.06º | 0.38% | 0.74% | - |
| HSV(B) | 7.06º | 0.24% | 0.84% | - |
| XYZ | 47.96 | 44.76 | 40.29 | - |
| YUV | 180.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 162 | 0 | 0.21 | 0.24 | 0.16 | 7.06 | 0.38 | 0.74 |
| Hex | D5 | A8 | A2 | 0 | 15 | 18 | 10 | 7 | 26 | 4A |
| Octal | 325 | 250 | 242 | 0 | 25 | 30 | 20 | 7 | 46 | 112 |
| Binary | 11010101 | 10101000 | 10100010 | 0 | 10101 | 11000 | 10000 | 111 | 100110 | 1001010 |
Color Harmonies of #D5A8A2
Complementary color
Monochromatic Colors of #D5A8A2
Black with #D5A8A2
Text Example
Text Example
White with #D5A8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8A2; }
p { color: rgb(213,168,162); }
H1.HeaderClassName
{
color: #D5A8A2;
}
.AnyTagClassName
{
color: #D5A8A2;
}
</style>
background-color css
<style>
a { background-color: #D5A8A2; }
a { background-color: rgb(213,168,162); }
div.DivClassName
{
background-color: #D5A8A2;
}
.BgClassName
{
background-color: #D5A8A2;
}
</style>
border-color css
<style>
span { border-color: #D5A8A2; }
span { border-color: rgb(213,168,162); }
td.TdClassName
{
border-color: #D5A8A2;
}
.TagClassName
{
border-color: #D5A8A2;
}
</style>