Shades of Rose #DAA895
Tints of Rose #DAA895
RGB
CMYK
RGB Variations
Color information
#DAA895 (or 0xDAA895) is known color: Rose. HEX triplet: DA, A8 and 95. RGB value is (218,168,149). Sum of RGB (Red+Green+Blue) = 218+168+149=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA895 is #25576A. Grayscale: #B4B4B4. Windows color (decimal): -2447211 or 9808090. OLE color: 9808090.
HSL color Cylindrical-coordinate representation of color #DAA895: hue angle of 16.52º degrees, saturation: 0.48, 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 #DAA895 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 149 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.15 |
| HSL | 16.52º | 0.48% | 0.72% | - |
| HSV(B) | 16.52º | 0.32% | 0.85% | - |
| XYZ | 48.34 | 45.08 | 34.59 | - |
| YUV | 180.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 149 | 0 | 0.23 | 0.32 | 0.15 | 16.52 | 0.48 | 0.72 |
| Hex | DA | A8 | 95 | 0 | 17 | 20 | F | 11 | 30 | 48 |
| Octal | 332 | 250 | 225 | 0 | 27 | 40 | 17 | 21 | 60 | 110 |
| Binary | 11011010 | 10101000 | 10010101 | 0 | 10111 | 100000 | 1111 | 10001 | 110000 | 1001000 |
Color Harmonies of #DAA895
Complementary color
Monochromatic Colors of #DAA895
Black with #DAA895
Text Example
Text Example
White with #DAA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA895; }
p { color: rgb(218,168,149); }
H1.HeaderClassName
{
color: #DAA895;
}
.AnyTagClassName
{
color: #DAA895;
}
</style>
background-color css
<style>
a { background-color: #DAA895; }
a { background-color: rgb(218,168,149); }
div.DivClassName
{
background-color: #DAA895;
}
.BgClassName
{
background-color: #DAA895;
}
</style>
border-color css
<style>
span { border-color: #DAA895; }
span { border-color: rgb(218,168,149); }
td.TdClassName
{
border-color: #DAA895;
}
.TagClassName
{
border-color: #DAA895;
}
</style>