Shades of Eunry #D5A69F
Tints of Eunry #D5A69F
RGB
CMYK
RGB Variations
Color information
#D5A69F (or 0xD5A69F) is known color: Eunry. HEX triplet: D5, A6 and 9F. RGB value is (213,166,159). Sum of RGB (Red+Green+Blue) = 213+166+159=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A69F is #2A5960. Grayscale: #B3B3B3. Windows color (decimal): -2775393 or 10462933. OLE color: 10462933.
HSL color Cylindrical-coordinate representation of color #D5A69F: hue angle of 7.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A69F is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 159 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.16 |
| HSL | 7.78º | 0.39% | 0.73% | - |
| HSV(B) | 7.78º | 0.25% | 0.84% | - |
| XYZ | 47.33 | 43.92 | 38.78 | - |
| YUV | 179.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 159 | 0 | 0.22 | 0.25 | 0.16 | 7.78 | 0.39 | 0.73 |
| Hex | D5 | A6 | 9F | 0 | 16 | 19 | 10 | 8 | 27 | 49 |
| Octal | 325 | 246 | 237 | 0 | 26 | 31 | 20 | 10 | 47 | 111 |
| Binary | 11010101 | 10100110 | 10011111 | 0 | 10110 | 11001 | 10000 | 1000 | 100111 | 1001001 |
Color Harmonies of #D5A69F
Complementary color
Monochromatic Colors of #D5A69F
Black with #D5A69F
Text Example
Text Example
White with #D5A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A69F; }
p { color: rgb(213,166,159); }
H1.HeaderClassName
{
color: #D5A69F;
}
.AnyTagClassName
{
color: #D5A69F;
}
</style>
background-color css
<style>
a { background-color: #D5A69F; }
a { background-color: rgb(213,166,159); }
div.DivClassName
{
background-color: #D5A69F;
}
.BgClassName
{
background-color: #D5A69F;
}
</style>
border-color css
<style>
span { border-color: #D5A69F; }
span { border-color: rgb(213,166,159); }
td.TdClassName
{
border-color: #D5A69F;
}
.TagClassName
{
border-color: #D5A69F;
}
</style>