Shades of Rose #DAA090
Tints of Rose #DAA090
RGB
CMYK
RGB Variations
Color information
#DAA090 (or 0xDAA090) is known color: Rose. HEX triplet: DA, A0 and 90. RGB value is (218,160,144). Sum of RGB (Red+Green+Blue) = 218+160+144=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA090 is #255F6F. Grayscale: #AFAFAF. Windows color (decimal): -2449264 or 9478362. OLE color: 9478362.
HSL color Cylindrical-coordinate representation of color #DAA090: hue angle of 12.97º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA090 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 144 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.15 |
| HSL | 12.97º | 0.5% | 0.71% | - |
| HSV(B) | 12.97º | 0.34% | 0.85% | - |
| XYZ | 46.52 | 42.06 | 32.05 | - |
| YUV | 175.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 144 | 0 | 0.27 | 0.34 | 0.15 | 12.97 | 0.5 | 0.71 |
| Hex | DA | A0 | 90 | 0 | 1B | 22 | F | D | 32 | 47 |
| Octal | 332 | 240 | 220 | 0 | 33 | 42 | 17 | 15 | 62 | 107 |
| Binary | 11011010 | 10100000 | 10010000 | 0 | 11011 | 100010 | 1111 | 1101 | 110010 | 1000111 |
Color Harmonies of #DAA090
Complementary color
Monochromatic Colors of #DAA090
Black with #DAA090
Text Example
Text Example
White with #DAA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA090; }
p { color: rgb(218,160,144); }
H1.HeaderClassName
{
color: #DAA090;
}
.AnyTagClassName
{
color: #DAA090;
}
</style>
background-color css
<style>
a { background-color: #DAA090; }
a { background-color: rgb(218,160,144); }
div.DivClassName
{
background-color: #DAA090;
}
.BgClassName
{
background-color: #DAA090;
}
</style>
border-color css
<style>
span { border-color: #DAA090; }
span { border-color: rgb(218,160,144); }
td.TdClassName
{
border-color: #DAA090;
}
.TagClassName
{
border-color: #DAA090;
}
</style>