Shades of Rose #DAA997
Tints of Rose #DAA997
RGB
CMYK
RGB Variations
Color information
#DAA997 (or 0xDAA997) is known color: Rose. HEX triplet: DA, A9 and 97. RGB value is (218,169,151). Sum of RGB (Red+Green+Blue) = 218+169+151=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA997 is #255668. Grayscale: #B5B5B5. Windows color (decimal): -2446953 or 9939418. OLE color: 9939418.
HSL color Cylindrical-coordinate representation of color #DAA997: hue angle of 16.12º 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 #DAA997 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 151 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.15 |
| HSL | 16.12º | 0.48% | 0.72% | - |
| HSV(B) | 16.12º | 0.31% | 0.85% | - |
| XYZ | 48.69 | 45.52 | 35.5 | - |
| YUV | 181.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 151 | 0 | 0.22 | 0.31 | 0.15 | 16.12 | 0.48 | 0.72 |
| Hex | DA | A9 | 97 | 0 | 16 | 1F | F | 10 | 30 | 48 |
| Octal | 332 | 251 | 227 | 0 | 26 | 37 | 17 | 20 | 60 | 110 |
| Binary | 11011010 | 10101001 | 10010111 | 0 | 10110 | 11111 | 1111 | 10000 | 110000 | 1001000 |
Color Harmonies of #DAA997
Complementary color
Monochromatic Colors of #DAA997
Black with #DAA997
Text Example
Text Example
White with #DAA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA997; }
p { color: rgb(218,169,151); }
H1.HeaderClassName
{
color: #DAA997;
}
.AnyTagClassName
{
color: #DAA997;
}
</style>
background-color css
<style>
a { background-color: #DAA997; }
a { background-color: rgb(218,169,151); }
div.DivClassName
{
background-color: #DAA997;
}
.BgClassName
{
background-color: #DAA997;
}
</style>
border-color css
<style>
span { border-color: #DAA997; }
span { border-color: rgb(218,169,151); }
td.TdClassName
{
border-color: #DAA997;
}
.TagClassName
{
border-color: #DAA997;
}
</style>