Shades of Eunry #D3A29B
Tints of Eunry #D3A29B
RGB
CMYK
RGB Variations
Color information
#D3A29B (or 0xD3A29B) is known color: Eunry. HEX triplet: D3, A2 and 9B. RGB value is (211,162,155). Sum of RGB (Red+Green+Blue) = 211+162+155=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A29B is #2C5D64. Grayscale: #AFAFAF. Windows color (decimal): -2907493 or 10199763. OLE color: 10199763.
HSL color Cylindrical-coordinate representation of color #D3A29B: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3A29B is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 155 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.17 |
| HSL | 7.5º | 0.39% | 0.72% | - |
| HSV(B) | 7.5º | 0.27% | 0.83% | - |
| XYZ | 45.7 | 42.06 | 36.72 | - |
| YUV | 175.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 155 | 0 | 0.23 | 0.27 | 0.17 | 7.5 | 0.39 | 0.72 |
| Hex | D3 | A2 | 9B | 0 | 17 | 1B | 11 | 8 | 27 | 48 |
| Octal | 323 | 242 | 233 | 0 | 27 | 33 | 21 | 10 | 47 | 110 |
| Binary | 11010011 | 10100010 | 10011011 | 0 | 10111 | 11011 | 10001 | 1000 | 100111 | 1001000 |
Color Harmonies of #D3A29B
Complementary color
Monochromatic Colors of #D3A29B
Black with #D3A29B
Text Example
Text Example
White with #D3A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A29B; }
p { color: rgb(211,162,155); }
H1.HeaderClassName
{
color: #D3A29B;
}
.AnyTagClassName
{
color: #D3A29B;
}
</style>
background-color css
<style>
a { background-color: #D3A29B; }
a { background-color: rgb(211,162,155); }
div.DivClassName
{
background-color: #D3A29B;
}
.BgClassName
{
background-color: #D3A29B;
}
</style>
border-color css
<style>
span { border-color: #D3A29B; }
span { border-color: rgb(211,162,155); }
td.TdClassName
{
border-color: #D3A29B;
}
.TagClassName
{
border-color: #D3A29B;
}
</style>