Shades of Eunry #DAA8A3
Tints of Eunry #DAA8A3
RGB
CMYK
RGB Variations
Color information
#DAA8A3 (or 0xDAA8A3) is known color: Eunry. HEX triplet: DA, A8 and A3. RGB value is (218,168,163). Sum of RGB (Red+Green+Blue) = 218+168+163=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8A3 is #25575C. Grayscale: #B6B6B6. Windows color (decimal): -2447197 or 10725594. OLE color: 10725594.
HSL color Cylindrical-coordinate representation of color #DAA8A3: hue angle of 5.45º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA8A3 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 163 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.15 |
| HSL | 5.45º | 0.43% | 0.75% | - |
| HSV(B) | 5.45º | 0.25% | 0.85% | - |
| XYZ | 49.53 | 45.56 | 40.83 | - |
| YUV | 182.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 163 | 0 | 0.23 | 0.25 | 0.15 | 5.45 | 0.43 | 0.75 |
| Hex | DA | A8 | A3 | 0 | 17 | 19 | F | 5 | 2B | 4B |
| Octal | 332 | 250 | 243 | 0 | 27 | 31 | 17 | 5 | 53 | 113 |
| Binary | 11011010 | 10101000 | 10100011 | 0 | 10111 | 11001 | 1111 | 101 | 101011 | 1001011 |
Color Harmonies of #DAA8A3
Complementary color
Monochromatic Colors of #DAA8A3
Black with #DAA8A3
Text Example
Text Example
White with #DAA8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8A3; }
p { color: rgb(218,168,163); }
H1.HeaderClassName
{
color: #DAA8A3;
}
.AnyTagClassName
{
color: #DAA8A3;
}
</style>
background-color css
<style>
a { background-color: #DAA8A3; }
a { background-color: rgb(218,168,163); }
div.DivClassName
{
background-color: #DAA8A3;
}
.BgClassName
{
background-color: #DAA8A3;
}
</style>
border-color css
<style>
span { border-color: #DAA8A3; }
span { border-color: rgb(218,168,163); }
td.TdClassName
{
border-color: #DAA8A3;
}
.TagClassName
{
border-color: #DAA8A3;
}
</style>