Shades of Eunry #D3A69A
Tints of Eunry #D3A69A
RGB
CMYK
RGB Variations
Color information
#D3A69A (or 0xD3A69A) is known color: Eunry. HEX triplet: D3, A6 and 9A. RGB value is (211,166,154). Sum of RGB (Red+Green+Blue) = 211+166+154=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A69A is #2C5965. Grayscale: #B2B2B2. Windows color (decimal): -2906470 or 10135251. OLE color: 10135251.
HSL color Cylindrical-coordinate representation of color #D3A69A: hue angle of 12.63º 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 #D3A69A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 154 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.17 |
| HSL | 12.63º | 0.39% | 0.72% | - |
| HSV(B) | 12.63º | 0.27% | 0.83% | - |
| XYZ | 46.33 | 43.45 | 36.52 | - |
| YUV | 178.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 154 | 0 | 0.21 | 0.27 | 0.17 | 12.63 | 0.39 | 0.72 |
| Hex | D3 | A6 | 9A | 0 | 15 | 1B | 11 | D | 27 | 48 |
| Octal | 323 | 246 | 232 | 0 | 25 | 33 | 21 | 15 | 47 | 110 |
| Binary | 11010011 | 10100110 | 10011010 | 0 | 10101 | 11011 | 10001 | 1101 | 100111 | 1001000 |
Color Harmonies of #D3A69A
Complementary color
Monochromatic Colors of #D3A69A
Black with #D3A69A
Text Example
Text Example
White with #D3A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A69A; }
p { color: rgb(211,166,154); }
H1.HeaderClassName
{
color: #D3A69A;
}
.AnyTagClassName
{
color: #D3A69A;
}
</style>
background-color css
<style>
a { background-color: #D3A69A; }
a { background-color: rgb(211,166,154); }
div.DivClassName
{
background-color: #D3A69A;
}
.BgClassName
{
background-color: #D3A69A;
}
</style>
border-color css
<style>
span { border-color: #D3A69A; }
span { border-color: rgb(211,166,154); }
td.TdClassName
{
border-color: #D3A69A;
}
.TagClassName
{
border-color: #D3A69A;
}
</style>