Shades of Eunry #D5AAA4
Tints of Eunry #D5AAA4
RGB
CMYK
RGB Variations
Color information
#D5AAA4 (or 0xD5AAA4) is known color: Eunry. HEX triplet: D5, AA and A4. RGB value is (213,170,164). Sum of RGB (Red+Green+Blue) = 213+170+164=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AAA4 is #2A555B. Grayscale: #B6B6B6. Windows color (decimal): -2774364 or 10791637. OLE color: 10791637.
HSL color Cylindrical-coordinate representation of color #D5AAA4: hue angle of 7.35º 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 #D5AAA4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 164 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.16 |
| HSL | 7.35º | 0.37% | 0.74% | - |
| HSV(B) | 7.35º | 0.23% | 0.84% | - |
| XYZ | 48.52 | 45.58 | 41.36 | - |
| YUV | 182.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 164 | 0 | 0.20 | 0.23 | 0.16 | 7.35 | 0.37 | 0.74 |
| Hex | D5 | AA | A4 | 0 | 14 | 17 | 10 | 7 | 25 | 4A |
| Octal | 325 | 252 | 244 | 0 | 24 | 27 | 20 | 7 | 45 | 112 |
| Binary | 11010101 | 10101010 | 10100100 | 0 | 10100 | 10111 | 10000 | 111 | 100101 | 1001010 |
Color Harmonies of #D5AAA4
Complementary color
Monochromatic Colors of #D5AAA4
Black with #D5AAA4
Text Example
Text Example
White with #D5AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAA4; }
p { color: rgb(213,170,164); }
H1.HeaderClassName
{
color: #D5AAA4;
}
.AnyTagClassName
{
color: #D5AAA4;
}
</style>
background-color css
<style>
a { background-color: #D5AAA4; }
a { background-color: rgb(213,170,164); }
div.DivClassName
{
background-color: #D5AAA4;
}
.BgClassName
{
background-color: #D5AAA4;
}
</style>
border-color css
<style>
span { border-color: #D5AAA4; }
span { border-color: rgb(213,170,164); }
td.TdClassName
{
border-color: #D5AAA4;
}
.TagClassName
{
border-color: #D5AAA4;
}
</style>