Shades of Eunry #DAA69E
Tints of Eunry #DAA69E
RGB
CMYK
RGB Variations
Color information
#DAA69E (or 0xDAA69E) is known color: Eunry. HEX triplet: DA, A6 and 9E. RGB value is (218,166,158). Sum of RGB (Red+Green+Blue) = 218+166+158=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA69E is #255961. Grayscale: #B4B4B4. Windows color (decimal): -2447714 or 10397402. OLE color: 10397402.
HSL color Cylindrical-coordinate representation of color #DAA69E: hue angle of 8º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA69E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 158 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.15 |
| HSL | 8º | 0.45% | 0.74% | - |
| HSV(B) | 8º | 0.28% | 0.85% | - |
| XYZ | 48.72 | 44.65 | 38.4 | - |
| YUV | 180.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 158 | 0 | 0.24 | 0.28 | 0.15 | 8 | 0.45 | 0.74 |
| Hex | DA | A6 | 9E | 0 | 18 | 1C | F | 8 | 2D | 4A |
| Octal | 332 | 246 | 236 | 0 | 30 | 34 | 17 | 10 | 55 | 112 |
| Binary | 11011010 | 10100110 | 10011110 | 0 | 11000 | 11100 | 1111 | 1000 | 101101 | 1001010 |
Color Harmonies of #DAA69E
Complementary color
Monochromatic Colors of #DAA69E
Black with #DAA69E
Text Example
Text Example
White with #DAA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA69E; }
p { color: rgb(218,166,158); }
H1.HeaderClassName
{
color: #DAA69E;
}
.AnyTagClassName
{
color: #DAA69E;
}
</style>
background-color css
<style>
a { background-color: #DAA69E; }
a { background-color: rgb(218,166,158); }
div.DivClassName
{
background-color: #DAA69E;
}
.BgClassName
{
background-color: #DAA69E;
}
</style>
border-color css
<style>
span { border-color: #DAA69E; }
span { border-color: rgb(218,166,158); }
td.TdClassName
{
border-color: #DAA69E;
}
.TagClassName
{
border-color: #DAA69E;
}
</style>