Shades of Eunry #D5A69C
Tints of Eunry #D5A69C
RGB
CMYK
RGB Variations
Color information
#D5A69C (or 0xD5A69C) is known color: Eunry. HEX triplet: D5, A6 and 9C. RGB value is (213,166,156). Sum of RGB (Red+Green+Blue) = 213+166+156=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A69C is #2A5963. Grayscale: #B3B3B3. Windows color (decimal): -2775396 or 10266325. OLE color: 10266325.
HSL color Cylindrical-coordinate representation of color #D5A69C: hue angle of 10.53º 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 #D5A69C is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 156 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.16 |
| HSL | 10.53º | 0.4% | 0.72% | - |
| HSV(B) | 10.53º | 0.27% | 0.84% | - |
| XYZ | 47.08 | 43.82 | 37.43 | - |
| YUV | 178.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 156 | 0 | 0.22 | 0.27 | 0.16 | 10.53 | 0.4 | 0.72 |
| Hex | D5 | A6 | 9C | 0 | 16 | 1B | 10 | B | 28 | 48 |
| Octal | 325 | 246 | 234 | 0 | 26 | 33 | 20 | 13 | 50 | 110 |
| Binary | 11010101 | 10100110 | 10011100 | 0 | 10110 | 11011 | 10000 | 1011 | 101000 | 1001000 |
Color Harmonies of #D5A69C
Complementary color
Monochromatic Colors of #D5A69C
Black with #D5A69C
Text Example
Text Example
White with #D5A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A69C; }
p { color: rgb(213,166,156); }
H1.HeaderClassName
{
color: #D5A69C;
}
.AnyTagClassName
{
color: #D5A69C;
}
</style>
background-color css
<style>
a { background-color: #D5A69C; }
a { background-color: rgb(213,166,156); }
div.DivClassName
{
background-color: #D5A69C;
}
.BgClassName
{
background-color: #D5A69C;
}
</style>
border-color css
<style>
span { border-color: #D5A69C; }
span { border-color: rgb(213,166,156); }
td.TdClassName
{
border-color: #D5A69C;
}
.TagClassName
{
border-color: #D5A69C;
}
</style>