Shades of Eunry #DAA8A4
Tints of Eunry #DAA8A4
RGB
CMYK
RGB Variations
Color information
#DAA8A4 (or 0xDAA8A4) is known color: Eunry. HEX triplet: DA, A8 and A4. RGB value is (218,168,164). Sum of RGB (Red+Green+Blue) = 218+168+164=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8A4 is #25575B. Grayscale: #B6B6B6. Windows color (decimal): -2447196 or 10791130. OLE color: 10791130.
HSL color Cylindrical-coordinate representation of color #DAA8A4: hue angle of 4.44º 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 #DAA8A4 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 164 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.15 |
| HSL | 4.44º | 0.42% | 0.75% | - |
| HSV(B) | 4.44º | 0.25% | 0.85% | - |
| XYZ | 49.62 | 45.59 | 41.31 | - |
| YUV | 182.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 164 | 0 | 0.23 | 0.25 | 0.15 | 4.44 | 0.42 | 0.75 |
| Hex | DA | A8 | A4 | 0 | 17 | 19 | F | 4 | 2A | 4B |
| Octal | 332 | 250 | 244 | 0 | 27 | 31 | 17 | 4 | 52 | 113 |
| Binary | 11011010 | 10101000 | 10100100 | 0 | 10111 | 11001 | 1111 | 100 | 101010 | 1001011 |
Color Harmonies of #DAA8A4
Complementary color
Monochromatic Colors of #DAA8A4
Black with #DAA8A4
Text Example
Text Example
White with #DAA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8A4; }
p { color: rgb(218,168,164); }
H1.HeaderClassName
{
color: #DAA8A4;
}
.AnyTagClassName
{
color: #DAA8A4;
}
</style>
background-color css
<style>
a { background-color: #DAA8A4; }
a { background-color: rgb(218,168,164); }
div.DivClassName
{
background-color: #DAA8A4;
}
.BgClassName
{
background-color: #DAA8A4;
}
</style>
border-color css
<style>
span { border-color: #DAA8A4; }
span { border-color: rgb(218,168,164); }
td.TdClassName
{
border-color: #DAA8A4;
}
.TagClassName
{
border-color: #DAA8A4;
}
</style>