Shades of Eunry #D5AA9C
Tints of Eunry #D5AA9C
RGB
CMYK
RGB Variations
Color information
#D5AA9C (or 0xD5AA9C) is known color: Eunry. HEX triplet: D5, AA and 9C. RGB value is (213,170,156). Sum of RGB (Red+Green+Blue) = 213+170+156=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA9C is #2A5563. Grayscale: #B5B5B5. Windows color (decimal): -2774372 or 10267349. OLE color: 10267349.
HSL color Cylindrical-coordinate representation of color #D5AA9C: hue angle of 14.74º degrees, saturation: 0.4, 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 #D5AA9C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 156 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.16 |
| HSL | 14.74º | 0.4% | 0.72% | - |
| HSV(B) | 14.74º | 0.27% | 0.84% | - |
| XYZ | 47.82 | 45.3 | 37.68 | - |
| YUV | 181.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 156 | 0 | 0.20 | 0.27 | 0.16 | 14.74 | 0.4 | 0.72 |
| Hex | D5 | AA | 9C | 0 | 14 | 1B | 10 | F | 28 | 48 |
| Octal | 325 | 252 | 234 | 0 | 24 | 33 | 20 | 17 | 50 | 110 |
| Binary | 11010101 | 10101010 | 10011100 | 0 | 10100 | 11011 | 10000 | 1111 | 101000 | 1001000 |
Color Harmonies of #D5AA9C
Complementary color
Monochromatic Colors of #D5AA9C
Black with #D5AA9C
Text Example
Text Example
White with #D5AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA9C; }
p { color: rgb(213,170,156); }
H1.HeaderClassName
{
color: #D5AA9C;
}
.AnyTagClassName
{
color: #D5AA9C;
}
</style>
background-color css
<style>
a { background-color: #D5AA9C; }
a { background-color: rgb(213,170,156); }
div.DivClassName
{
background-color: #D5AA9C;
}
.BgClassName
{
background-color: #D5AA9C;
}
</style>
border-color css
<style>
span { border-color: #D5AA9C; }
span { border-color: rgb(213,170,156); }
td.TdClassName
{
border-color: #D5AA9C;
}
.TagClassName
{
border-color: #D5AA9C;
}
</style>