Shades of Eunry #D3A69B
Tints of Eunry #D3A69B
RGB
CMYK
RGB Variations
Color information
#D3A69B (or 0xD3A69B) is known color: Eunry. HEX triplet: D3, A6 and 9B. RGB value is (211,166,155). Sum of RGB (Red+Green+Blue) = 211+166+155=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A69B is #2C5964. Grayscale: #B2B2B2. Windows color (decimal): -2906469 or 10200787. OLE color: 10200787.
HSL color Cylindrical-coordinate representation of color #D3A69B: hue angle of 11.79º 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 #D3A69B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 155 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.17 |
| HSL | 11.79º | 0.39% | 0.72% | - |
| HSV(B) | 11.79º | 0.27% | 0.83% | - |
| XYZ | 46.42 | 43.49 | 36.96 | - |
| YUV | 178.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 155 | 0 | 0.21 | 0.27 | 0.17 | 11.79 | 0.39 | 0.72 |
| Hex | D3 | A6 | 9B | 0 | 15 | 1B | 11 | C | 27 | 48 |
| Octal | 323 | 246 | 233 | 0 | 25 | 33 | 21 | 14 | 47 | 110 |
| Binary | 11010011 | 10100110 | 10011011 | 0 | 10101 | 11011 | 10001 | 1100 | 100111 | 1001000 |
Color Harmonies of #D3A69B
Complementary color
Monochromatic Colors of #D3A69B
Black with #D3A69B
Text Example
Text Example
White with #D3A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A69B; }
p { color: rgb(211,166,155); }
H1.HeaderClassName
{
color: #D3A69B;
}
.AnyTagClassName
{
color: #D3A69B;
}
</style>
background-color css
<style>
a { background-color: #D3A69B; }
a { background-color: rgb(211,166,155); }
div.DivClassName
{
background-color: #D3A69B;
}
.BgClassName
{
background-color: #D3A69B;
}
</style>
border-color css
<style>
span { border-color: #D3A69B; }
span { border-color: rgb(211,166,155); }
td.TdClassName
{
border-color: #D3A69B;
}
.TagClassName
{
border-color: #D3A69B;
}
</style>