Shades of Eunry #DAA99F
Tints of Eunry #DAA99F
RGB
CMYK
RGB Variations
Color information
#DAA99F (or 0xDAA99F) is known color: Eunry. HEX triplet: DA, A9 and 9F. RGB value is (218,169,159). Sum of RGB (Red+Green+Blue) = 218+169+159=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA99F is #255660. Grayscale: #B6B6B6. Windows color (decimal): -2446945 or 10463706. OLE color: 10463706.
HSL color Cylindrical-coordinate representation of color #DAA99F: hue angle of 10.17º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA99F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 159 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.15 |
| HSL | 10.17º | 0.44% | 0.74% | - |
| HSV(B) | 10.17º | 0.27% | 0.85% | - |
| XYZ | 49.36 | 45.78 | 39.04 | - |
| YUV | 182.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 159 | 0 | 0.22 | 0.27 | 0.15 | 10.17 | 0.44 | 0.74 |
| Hex | DA | A9 | 9F | 0 | 16 | 1B | F | A | 2C | 4A |
| Octal | 332 | 251 | 237 | 0 | 26 | 33 | 17 | 12 | 54 | 112 |
| Binary | 11011010 | 10101001 | 10011111 | 0 | 10110 | 11011 | 1111 | 1010 | 101100 | 1001010 |
Color Harmonies of #DAA99F
Complementary color
Monochromatic Colors of #DAA99F
Black with #DAA99F
Text Example
Text Example
White with #DAA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA99F; }
p { color: rgb(218,169,159); }
H1.HeaderClassName
{
color: #DAA99F;
}
.AnyTagClassName
{
color: #DAA99F;
}
</style>
background-color css
<style>
a { background-color: #DAA99F; }
a { background-color: rgb(218,169,159); }
div.DivClassName
{
background-color: #DAA99F;
}
.BgClassName
{
background-color: #DAA99F;
}
</style>
border-color css
<style>
span { border-color: #DAA99F; }
span { border-color: rgb(218,169,159); }
td.TdClassName
{
border-color: #DAA99F;
}
.TagClassName
{
border-color: #DAA99F;
}
</style>