Shades of Eunry #DAA89D
Tints of Eunry #DAA89D
RGB
CMYK
RGB Variations
Color information
#DAA89D (or 0xDAA89D) is known color: Eunry. HEX triplet: DA, A8 and 9D. RGB value is (218,168,157). Sum of RGB (Red+Green+Blue) = 218+168+157=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA89D is #255762. Grayscale: #B5B5B5. Windows color (decimal): -2447203 or 10332378. OLE color: 10332378.
HSL color Cylindrical-coordinate representation of color #DAA89D: hue angle of 10.82º 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 #DAA89D is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 157 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.15 |
| HSL | 10.82º | 0.45% | 0.74% | - |
| HSV(B) | 10.82º | 0.28% | 0.85% | - |
| XYZ | 49 | 45.35 | 38.07 | - |
| YUV | 181.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 157 | 0 | 0.23 | 0.28 | 0.15 | 10.82 | 0.45 | 0.74 |
| Hex | DA | A8 | 9D | 0 | 17 | 1C | F | B | 2D | 4A |
| Octal | 332 | 250 | 235 | 0 | 27 | 34 | 17 | 13 | 55 | 112 |
| Binary | 11011010 | 10101000 | 10011101 | 0 | 10111 | 11100 | 1111 | 1011 | 101101 | 1001010 |
Color Harmonies of #DAA89D
Complementary color
Monochromatic Colors of #DAA89D
Black with #DAA89D
Text Example
Text Example
White with #DAA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA89D; }
p { color: rgb(218,168,157); }
H1.HeaderClassName
{
color: #DAA89D;
}
.AnyTagClassName
{
color: #DAA89D;
}
</style>
background-color css
<style>
a { background-color: #DAA89D; }
a { background-color: rgb(218,168,157); }
div.DivClassName
{
background-color: #DAA89D;
}
.BgClassName
{
background-color: #DAA89D;
}
</style>
border-color css
<style>
span { border-color: #DAA89D; }
span { border-color: rgb(218,168,157); }
td.TdClassName
{
border-color: #DAA89D;
}
.TagClassName
{
border-color: #DAA89D;
}
</style>