Shades of Eunry #D3ABA0
Tints of Eunry #D3ABA0
RGB
CMYK
RGB Variations
Color information
#D3ABA0 (or 0xD3ABA0) is known color: Eunry. HEX triplet: D3, AB and A0. RGB value is (211,171,160). Sum of RGB (Red+Green+Blue) = 211+171+160=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ABA0 is #2C545F. Grayscale: #B5B5B5. Windows color (decimal): -2905184 or 10529747. OLE color: 10529747.
HSL color Cylindrical-coordinate representation of color #D3ABA0: hue angle of 12.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3ABA0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 160 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.17 |
| HSL | 12.94º | 0.37% | 0.73% | - |
| HSV(B) | 12.94º | 0.24% | 0.83% | - |
| XYZ | 47.77 | 45.51 | 39.52 | - |
| YUV | 181.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 160 | 0 | 0.19 | 0.24 | 0.17 | 12.94 | 0.37 | 0.73 |
| Hex | D3 | AB | A0 | 0 | 13 | 18 | 11 | D | 25 | 49 |
| Octal | 323 | 253 | 240 | 0 | 23 | 30 | 21 | 15 | 45 | 111 |
| Binary | 11010011 | 10101011 | 10100000 | 0 | 10011 | 11000 | 10001 | 1101 | 100101 | 1001001 |
Color Harmonies of #D3ABA0
Complementary color
Monochromatic Colors of #D3ABA0
Black with #D3ABA0
Text Example
Text Example
White with #D3ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABA0; }
p { color: rgb(211,171,160); }
H1.HeaderClassName
{
color: #D3ABA0;
}
.AnyTagClassName
{
color: #D3ABA0;
}
</style>
background-color css
<style>
a { background-color: #D3ABA0; }
a { background-color: rgb(211,171,160); }
div.DivClassName
{
background-color: #D3ABA0;
}
.BgClassName
{
background-color: #D3ABA0;
}
</style>
border-color css
<style>
span { border-color: #D3ABA0; }
span { border-color: rgb(211,171,160); }
td.TdClassName
{
border-color: #D3ABA0;
}
.TagClassName
{
border-color: #D3ABA0;
}
</style>