Shades of Rose #DAA897
Tints of Rose #DAA897
RGB
CMYK
RGB Variations
Color information
#DAA897 (or 0xDAA897) is known color: Rose. HEX triplet: DA, A8 and 97. RGB value is (218,168,151). Sum of RGB (Red+Green+Blue) = 218+168+151=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA897 is #255768. Grayscale: #B5B5B5. Windows color (decimal): -2447209 or 9939162. OLE color: 9939162.
HSL color Cylindrical-coordinate representation of color #DAA897: hue angle of 15.22º 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 #DAA897 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 151 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.15 |
| HSL | 15.22º | 0.48% | 0.72% | - |
| HSV(B) | 15.22º | 0.31% | 0.85% | - |
| XYZ | 48.5 | 45.15 | 35.44 | - |
| YUV | 181.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 151 | 0 | 0.23 | 0.31 | 0.15 | 15.22 | 0.48 | 0.72 |
| Hex | DA | A8 | 97 | 0 | 17 | 1F | F | F | 30 | 48 |
| Octal | 332 | 250 | 227 | 0 | 27 | 37 | 17 | 17 | 60 | 110 |
| Binary | 11011010 | 10101000 | 10010111 | 0 | 10111 | 11111 | 1111 | 1111 | 110000 | 1001000 |
Color Harmonies of #DAA897
Complementary color
Monochromatic Colors of #DAA897
Black with #DAA897
Text Example
Text Example
White with #DAA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA897; }
p { color: rgb(218,168,151); }
H1.HeaderClassName
{
color: #DAA897;
}
.AnyTagClassName
{
color: #DAA897;
}
</style>
background-color css
<style>
a { background-color: #DAA897; }
a { background-color: rgb(218,168,151); }
div.DivClassName
{
background-color: #DAA897;
}
.BgClassName
{
background-color: #DAA897;
}
</style>
border-color css
<style>
span { border-color: #DAA897; }
span { border-color: rgb(218,168,151); }
td.TdClassName
{
border-color: #DAA897;
}
.TagClassName
{
border-color: #DAA897;
}
</style>