Shades of Rose #DAA094
Tints of Rose #DAA094
RGB
CMYK
RGB Variations
Color information
#DAA094 (or 0xDAA094) is known color: Rose. HEX triplet: DA, A0 and 94. RGB value is (218,160,148). Sum of RGB (Red+Green+Blue) = 218+160+148=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA094 is #255F6B. Grayscale: #B0B0B0. Windows color (decimal): -2449260 or 9740506. OLE color: 9740506.
HSL color Cylindrical-coordinate representation of color #DAA094: hue angle of 10.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA094 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 148 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.15 |
| HSL | 10.29º | 0.49% | 0.72% | - |
| HSV(B) | 10.29º | 0.32% | 0.85% | - |
| XYZ | 46.83 | 42.19 | 33.69 | - |
| YUV | 175.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 148 | 0 | 0.27 | 0.32 | 0.15 | 10.29 | 0.49 | 0.72 |
| Hex | DA | A0 | 94 | 0 | 1B | 20 | F | A | 31 | 48 |
| Octal | 332 | 240 | 224 | 0 | 33 | 40 | 17 | 12 | 61 | 110 |
| Binary | 11011010 | 10100000 | 10010100 | 0 | 11011 | 100000 | 1111 | 1010 | 110001 | 1001000 |
Color Harmonies of #DAA094
Complementary color
Monochromatic Colors of #DAA094
Black with #DAA094
Text Example
Text Example
White with #DAA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA094; }
p { color: rgb(218,160,148); }
H1.HeaderClassName
{
color: #DAA094;
}
.AnyTagClassName
{
color: #DAA094;
}
</style>
background-color css
<style>
a { background-color: #DAA094; }
a { background-color: rgb(218,160,148); }
div.DivClassName
{
background-color: #DAA094;
}
.BgClassName
{
background-color: #DAA094;
}
</style>
border-color css
<style>
span { border-color: #DAA094; }
span { border-color: rgb(218,160,148); }
td.TdClassName
{
border-color: #DAA094;
}
.TagClassName
{
border-color: #DAA094;
}
</style>