Shades of Eunry #DAA59E
Tints of Eunry #DAA59E
RGB
CMYK
RGB Variations
Color information
#DAA59E (or 0xDAA59E) is known color: Eunry. HEX triplet: DA, A5 and 9E. RGB value is (218,165,158). Sum of RGB (Red+Green+Blue) = 218+165+158=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA59E is #255A61. Grayscale: #B4B4B4. Windows color (decimal): -2447970 or 10397146. OLE color: 10397146.
HSL color Cylindrical-coordinate representation of color #DAA59E: hue angle of 7º 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 #DAA59E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 158 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.15 |
| HSL | 7º | 0.45% | 0.74% | - |
| HSV(B) | 7º | 0.28% | 0.85% | - |
| XYZ | 48.54 | 44.28 | 38.34 | - |
| YUV | 180.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 158 | 0 | 0.24 | 0.28 | 0.15 | 7 | 0.45 | 0.74 |
| Hex | DA | A5 | 9E | 0 | 18 | 1C | F | 7 | 2D | 4A |
| Octal | 332 | 245 | 236 | 0 | 30 | 34 | 17 | 7 | 55 | 112 |
| Binary | 11011010 | 10100101 | 10011110 | 0 | 11000 | 11100 | 1111 | 111 | 101101 | 1001010 |
Color Harmonies of #DAA59E
Complementary color
Monochromatic Colors of #DAA59E
Black with #DAA59E
Text Example
Text Example
White with #DAA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA59E; }
p { color: rgb(218,165,158); }
H1.HeaderClassName
{
color: #DAA59E;
}
.AnyTagClassName
{
color: #DAA59E;
}
</style>
background-color css
<style>
a { background-color: #DAA59E; }
a { background-color: rgb(218,165,158); }
div.DivClassName
{
background-color: #DAA59E;
}
.BgClassName
{
background-color: #DAA59E;
}
</style>
border-color css
<style>
span { border-color: #DAA59E; }
span { border-color: rgb(218,165,158); }
td.TdClassName
{
border-color: #DAA59E;
}
.TagClassName
{
border-color: #DAA59E;
}
</style>