Shades of Eunry #DAA79D
Tints of Eunry #DAA79D
RGB
CMYK
RGB Variations
Color information
#DAA79D (or 0xDAA79D) is known color: Eunry. HEX triplet: DA, A7 and 9D. RGB value is (218,167,157). Sum of RGB (Red+Green+Blue) = 218+167+157=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA79D is #255862. Grayscale: #B5B5B5. Windows color (decimal): -2447459 or 10332122. OLE color: 10332122.
HSL color Cylindrical-coordinate representation of color #DAA79D: hue angle of 9.84º 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 #DAA79D is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 157 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.15 |
| HSL | 9.84º | 0.45% | 0.74% | - |
| HSV(B) | 9.84º | 0.28% | 0.85% | - |
| XYZ | 48.82 | 44.98 | 38.01 | - |
| YUV | 181.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 157 | 0 | 0.23 | 0.28 | 0.15 | 9.84 | 0.45 | 0.74 |
| Hex | DA | A7 | 9D | 0 | 17 | 1C | F | A | 2D | 4A |
| Octal | 332 | 247 | 235 | 0 | 27 | 34 | 17 | 12 | 55 | 112 |
| Binary | 11011010 | 10100111 | 10011101 | 0 | 10111 | 11100 | 1111 | 1010 | 101101 | 1001010 |
Color Harmonies of #DAA79D
Complementary color
Monochromatic Colors of #DAA79D
Black with #DAA79D
Text Example
Text Example
White with #DAA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA79D; }
p { color: rgb(218,167,157); }
H1.HeaderClassName
{
color: #DAA79D;
}
.AnyTagClassName
{
color: #DAA79D;
}
</style>
background-color css
<style>
a { background-color: #DAA79D; }
a { background-color: rgb(218,167,157); }
div.DivClassName
{
background-color: #DAA79D;
}
.BgClassName
{
background-color: #DAA79D;
}
</style>
border-color css
<style>
span { border-color: #DAA79D; }
span { border-color: rgb(218,167,157); }
td.TdClassName
{
border-color: #DAA79D;
}
.TagClassName
{
border-color: #DAA79D;
}
</style>