Shades of Eunry #D5A29B
Tints of Eunry #D5A29B
RGB
CMYK
RGB Variations
Color information
#D5A29B (or 0xD5A29B) is known color: Eunry. HEX triplet: D5, A2 and 9B. RGB value is (213,162,155). Sum of RGB (Red+Green+Blue) = 213+162+155=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A29B is #2A5D64. Grayscale: #B0B0B0. Windows color (decimal): -2776421 or 10199765. OLE color: 10199765.
HSL color Cylindrical-coordinate representation of color #D5A29B: hue angle of 7.24º 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 #D5A29B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 155 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.16 |
| HSL | 7.24º | 0.41% | 0.72% | - |
| HSV(B) | 7.24º | 0.27% | 0.84% | - |
| XYZ | 46.28 | 42.35 | 36.75 | - |
| YUV | 176.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 155 | 0 | 0.24 | 0.27 | 0.16 | 7.24 | 0.41 | 0.72 |
| Hex | D5 | A2 | 9B | 0 | 18 | 1B | 10 | 7 | 29 | 48 |
| Octal | 325 | 242 | 233 | 0 | 30 | 33 | 20 | 7 | 51 | 110 |
| Binary | 11010101 | 10100010 | 10011011 | 0 | 11000 | 11011 | 10000 | 111 | 101001 | 1001000 |
Color Harmonies of #D5A29B
Complementary color
Monochromatic Colors of #D5A29B
Black with #D5A29B
Text Example
Text Example
White with #D5A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A29B; }
p { color: rgb(213,162,155); }
H1.HeaderClassName
{
color: #D5A29B;
}
.AnyTagClassName
{
color: #D5A29B;
}
</style>
background-color css
<style>
a { background-color: #D5A29B; }
a { background-color: rgb(213,162,155); }
div.DivClassName
{
background-color: #D5A29B;
}
.BgClassName
{
background-color: #D5A29B;
}
</style>
border-color css
<style>
span { border-color: #D5A29B; }
span { border-color: rgb(213,162,155); }
td.TdClassName
{
border-color: #D5A29B;
}
.TagClassName
{
border-color: #D5A29B;
}
</style>