Shades of Rose #DAA096
Tints of Rose #DAA096
RGB
CMYK
RGB Variations
Color information
#DAA096 (or 0xDAA096) is known color: Rose. HEX triplet: DA, A0 and 96. RGB value is (218,160,150). Sum of RGB (Red+Green+Blue) = 218+160+150=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA096 is #255F69. Grayscale: #B0B0B0. Windows color (decimal): -2449258 or 9871578. OLE color: 9871578.
HSL color Cylindrical-coordinate representation of color #DAA096: hue angle of 8.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA096 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 150 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.15 |
| HSL | 8.82º | 0.48% | 0.72% | - |
| HSV(B) | 8.82º | 0.31% | 0.85% | - |
| XYZ | 46.99 | 42.25 | 34.53 | - |
| YUV | 176.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 150 | 0 | 0.27 | 0.31 | 0.15 | 8.82 | 0.48 | 0.72 |
| Hex | DA | A0 | 96 | 0 | 1B | 1F | F | 9 | 30 | 48 |
| Octal | 332 | 240 | 226 | 0 | 33 | 37 | 17 | 11 | 60 | 110 |
| Binary | 11011010 | 10100000 | 10010110 | 0 | 11011 | 11111 | 1111 | 1001 | 110000 | 1001000 |
Color Harmonies of #DAA096
Complementary color
Monochromatic Colors of #DAA096
Black with #DAA096
Text Example
Text Example
White with #DAA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA096; }
p { color: rgb(218,160,150); }
H1.HeaderClassName
{
color: #DAA096;
}
.AnyTagClassName
{
color: #DAA096;
}
</style>
background-color css
<style>
a { background-color: #DAA096; }
a { background-color: rgb(218,160,150); }
div.DivClassName
{
background-color: #DAA096;
}
.BgClassName
{
background-color: #DAA096;
}
</style>
border-color css
<style>
span { border-color: #DAA096; }
span { border-color: rgb(218,160,150); }
td.TdClassName
{
border-color: #DAA096;
}
.TagClassName
{
border-color: #DAA096;
}
</style>