Shades of Eunry #DAABA0
Tints of Eunry #DAABA0
RGB
CMYK
RGB Variations
Color information
#DAABA0 (or 0xDAABA0) is known color: Eunry. HEX triplet: DA, AB and A0. RGB value is (218,171,160). Sum of RGB (Red+Green+Blue) = 218+171+160=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABA0 is #25545F. Grayscale: #B7B7B7. Windows color (decimal): -2446432 or 10529754. OLE color: 10529754.
HSL color Cylindrical-coordinate representation of color #DAABA0: hue angle of 11.38º 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 #DAABA0 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 160 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.15 |
| HSL | 11.38º | 0.44% | 0.74% | - |
| HSV(B) | 11.38º | 0.27% | 0.85% | - |
| XYZ | 49.82 | 46.57 | 39.62 | - |
| YUV | 183.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 160 | 0 | 0.22 | 0.27 | 0.15 | 11.38 | 0.44 | 0.74 |
| Hex | DA | AB | A0 | 0 | 16 | 1B | F | B | 2C | 4A |
| Octal | 332 | 253 | 240 | 0 | 26 | 33 | 17 | 13 | 54 | 112 |
| Binary | 11011010 | 10101011 | 10100000 | 0 | 10110 | 11011 | 1111 | 1011 | 101100 | 1001010 |
Color Harmonies of #DAABA0
Complementary color
Monochromatic Colors of #DAABA0
Black with #DAABA0
Text Example
Text Example
White with #DAABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABA0; }
p { color: rgb(218,171,160); }
H1.HeaderClassName
{
color: #DAABA0;
}
.AnyTagClassName
{
color: #DAABA0;
}
</style>
background-color css
<style>
a { background-color: #DAABA0; }
a { background-color: rgb(218,171,160); }
div.DivClassName
{
background-color: #DAABA0;
}
.BgClassName
{
background-color: #DAABA0;
}
</style>
border-color css
<style>
span { border-color: #DAABA0; }
span { border-color: rgb(218,171,160); }
td.TdClassName
{
border-color: #DAABA0;
}
.TagClassName
{
border-color: #DAABA0;
}
</style>