Shades of Eunry #D5AAA3
Tints of Eunry #D5AAA3
RGB
CMYK
RGB Variations
Color information
#D5AAA3 (or 0xD5AAA3) is known color: Eunry. HEX triplet: D5, AA and A3. RGB value is (213,170,163). Sum of RGB (Red+Green+Blue) = 213+170+163=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AAA3 is #2A555C. Grayscale: #B6B6B6. Windows color (decimal): -2774365 or 10726101. OLE color: 10726101.
HSL color Cylindrical-coordinate representation of color #D5AAA3: hue angle of 8.4º 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 #D5AAA3 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 163 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.16 |
| HSL | 8.4º | 0.37% | 0.74% | - |
| HSV(B) | 8.4º | 0.23% | 0.84% | - |
| XYZ | 48.43 | 45.54 | 40.89 | - |
| YUV | 182.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 163 | 0 | 0.20 | 0.23 | 0.16 | 8.4 | 0.37 | 0.74 |
| Hex | D5 | AA | A3 | 0 | 14 | 17 | 10 | 8 | 25 | 4A |
| Octal | 325 | 252 | 243 | 0 | 24 | 27 | 20 | 10 | 45 | 112 |
| Binary | 11010101 | 10101010 | 10100011 | 0 | 10100 | 10111 | 10000 | 1000 | 100101 | 1001010 |
Color Harmonies of #D5AAA3
Complementary color
Monochromatic Colors of #D5AAA3
Black with #D5AAA3
Text Example
Text Example
White with #D5AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAA3; }
p { color: rgb(213,170,163); }
H1.HeaderClassName
{
color: #D5AAA3;
}
.AnyTagClassName
{
color: #D5AAA3;
}
</style>
background-color css
<style>
a { background-color: #D5AAA3; }
a { background-color: rgb(213,170,163); }
div.DivClassName
{
background-color: #D5AAA3;
}
.BgClassName
{
background-color: #D5AAA3;
}
</style>
border-color css
<style>
span { border-color: #D5AAA3; }
span { border-color: rgb(213,170,163); }
td.TdClassName
{
border-color: #D5AAA3;
}
.TagClassName
{
border-color: #D5AAA3;
}
</style>