Shades of Eunry #DAA7A4
Tints of Eunry #DAA7A4
RGB
CMYK
RGB Variations
Color information
#DAA7A4 (or 0xDAA7A4) is known color: Eunry. HEX triplet: DA, A7 and A4. RGB value is (218,167,164). Sum of RGB (Red+Green+Blue) = 218+167+164=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA7A4 is #25585B. Grayscale: #B5B5B5. Windows color (decimal): -2447452 or 10790874. OLE color: 10790874.
HSL color Cylindrical-coordinate representation of color #DAA7A4: hue angle of 3.33º degrees, saturation: 0.42, 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 #DAA7A4 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 164 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.15 |
| HSL | 3.33º | 0.42% | 0.75% | - |
| HSV(B) | 3.33º | 0.25% | 0.85% | - |
| XYZ | 49.43 | 45.22 | 41.25 | - |
| YUV | 181.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 164 | 0 | 0.23 | 0.25 | 0.15 | 3.33 | 0.42 | 0.75 |
| Hex | DA | A7 | A4 | 0 | 17 | 19 | F | 3 | 2A | 4B |
| Octal | 332 | 247 | 244 | 0 | 27 | 31 | 17 | 3 | 52 | 113 |
| Binary | 11011010 | 10100111 | 10100100 | 0 | 10111 | 11001 | 1111 | 11 | 101010 | 1001011 |
Color Harmonies of #DAA7A4
Complementary color
Monochromatic Colors of #DAA7A4
Black with #DAA7A4
Text Example
Text Example
White with #DAA7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7A4; }
p { color: rgb(218,167,164); }
H1.HeaderClassName
{
color: #DAA7A4;
}
.AnyTagClassName
{
color: #DAA7A4;
}
</style>
background-color css
<style>
a { background-color: #DAA7A4; }
a { background-color: rgb(218,167,164); }
div.DivClassName
{
background-color: #DAA7A4;
}
.BgClassName
{
background-color: #DAA7A4;
}
</style>
border-color css
<style>
span { border-color: #DAA7A4; }
span { border-color: rgb(218,167,164); }
td.TdClassName
{
border-color: #DAA7A4;
}
.TagClassName
{
border-color: #DAA7A4;
}
</style>