Shades of Eunry #D5A59B
Tints of Eunry #D5A59B
RGB
CMYK
RGB Variations
Color information
#D5A59B (or 0xD5A59B) is known color: Eunry. HEX triplet: D5, A5 and 9B. RGB value is (213,165,155). Sum of RGB (Red+Green+Blue) = 213+165+155=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A59B is #2A5A64. Grayscale: #B2B2B2. Windows color (decimal): -2775653 or 10200533. OLE color: 10200533.
HSL color Cylindrical-coordinate representation of color #D5A59B: hue angle of 10.34º degrees, saturation: 0.41, 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 #D5A59B is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 155 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.16 |
| HSL | 10.34º | 0.41% | 0.72% | - |
| HSV(B) | 10.34º | 0.27% | 0.84% | - |
| XYZ | 46.81 | 43.42 | 36.92 | - |
| YUV | 178.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 155 | 0 | 0.23 | 0.27 | 0.16 | 10.34 | 0.41 | 0.72 |
| Hex | D5 | A5 | 9B | 0 | 17 | 1B | 10 | A | 29 | 48 |
| Octal | 325 | 245 | 233 | 0 | 27 | 33 | 20 | 12 | 51 | 110 |
| Binary | 11010101 | 10100101 | 10011011 | 0 | 10111 | 11011 | 10000 | 1010 | 101001 | 1001000 |
Color Harmonies of #D5A59B
Complementary color
Monochromatic Colors of #D5A59B
Black with #D5A59B
Text Example
Text Example
White with #D5A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A59B; }
p { color: rgb(213,165,155); }
H1.HeaderClassName
{
color: #D5A59B;
}
.AnyTagClassName
{
color: #D5A59B;
}
</style>
background-color css
<style>
a { background-color: #D5A59B; }
a { background-color: rgb(213,165,155); }
div.DivClassName
{
background-color: #D5A59B;
}
.BgClassName
{
background-color: #D5A59B;
}
</style>
border-color css
<style>
span { border-color: #D5A59B; }
span { border-color: rgb(213,165,155); }
td.TdClassName
{
border-color: #D5A59B;
}
.TagClassName
{
border-color: #D5A59B;
}
</style>