Shades of Rose #DAA097
Tints of Rose #DAA097
RGB
CMYK
RGB Variations
Color information
#DAA097 (or 0xDAA097) is known color: Rose. HEX triplet: DA, A0 and 97. RGB value is (218,160,151). Sum of RGB (Red+Green+Blue) = 218+160+151=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA097 is #255F68. Grayscale: #B0B0B0. Windows color (decimal): -2449257 or 9937114. OLE color: 9937114.
HSL color Cylindrical-coordinate representation of color #DAA097: hue angle of 8.06º 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 #DAA097 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 151 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.15 |
| HSL | 8.06º | 0.48% | 0.72% | - |
| HSV(B) | 8.06º | 0.31% | 0.85% | - |
| XYZ | 47.07 | 42.28 | 34.96 | - |
| YUV | 176.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 151 | 0 | 0.27 | 0.31 | 0.15 | 8.06 | 0.48 | 0.72 |
| Hex | DA | A0 | 97 | 0 | 1B | 1F | F | 8 | 30 | 48 |
| Octal | 332 | 240 | 227 | 0 | 33 | 37 | 17 | 10 | 60 | 110 |
| Binary | 11011010 | 10100000 | 10010111 | 0 | 11011 | 11111 | 1111 | 1000 | 110000 | 1001000 |
Color Harmonies of #DAA097
Complementary color
Monochromatic Colors of #DAA097
Black with #DAA097
Text Example
Text Example
White with #DAA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA097; }
p { color: rgb(218,160,151); }
H1.HeaderClassName
{
color: #DAA097;
}
.AnyTagClassName
{
color: #DAA097;
}
</style>
background-color css
<style>
a { background-color: #DAA097; }
a { background-color: rgb(218,160,151); }
div.DivClassName
{
background-color: #DAA097;
}
.BgClassName
{
background-color: #DAA097;
}
</style>
border-color css
<style>
span { border-color: #DAA097; }
span { border-color: rgb(218,160,151); }
td.TdClassName
{
border-color: #DAA097;
}
.TagClassName
{
border-color: #DAA097;
}
</style>