Shades of Rose #DAA899
Tints of Rose #DAA899
RGB
CMYK
RGB Variations
Color information
#DAA899 (or 0xDAA899) is known color: Rose. HEX triplet: DA, A8 and 99. RGB value is (218,168,153). Sum of RGB (Red+Green+Blue) = 218+168+153=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA899 is #255766. Grayscale: #B5B5B5. Windows color (decimal): -2447207 or 10070234. OLE color: 10070234.
HSL color Cylindrical-coordinate representation of color #DAA899: hue angle of 13.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA899 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 153 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.15 |
| HSL | 13.85º | 0.47% | 0.73% | - |
| HSV(B) | 13.85º | 0.3% | 0.85% | - |
| XYZ | 48.67 | 45.21 | 36.3 | - |
| YUV | 181.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 153 | 0 | 0.23 | 0.30 | 0.15 | 13.85 | 0.47 | 0.73 |
| Hex | DA | A8 | 99 | 0 | 17 | 1E | F | E | 2F | 49 |
| Octal | 332 | 250 | 231 | 0 | 27 | 36 | 17 | 16 | 57 | 111 |
| Binary | 11011010 | 10101000 | 10011001 | 0 | 10111 | 11110 | 1111 | 1110 | 101111 | 1001001 |
Color Harmonies of #DAA899
Complementary color
Monochromatic Colors of #DAA899
Black with #DAA899
Text Example
Text Example
White with #DAA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA899; }
p { color: rgb(218,168,153); }
H1.HeaderClassName
{
color: #DAA899;
}
.AnyTagClassName
{
color: #DAA899;
}
</style>
background-color css
<style>
a { background-color: #DAA899; }
a { background-color: rgb(218,168,153); }
div.DivClassName
{
background-color: #DAA899;
}
.BgClassName
{
background-color: #DAA899;
}
</style>
border-color css
<style>
span { border-color: #DAA899; }
span { border-color: rgb(218,168,153); }
td.TdClassName
{
border-color: #DAA899;
}
.TagClassName
{
border-color: #DAA899;
}
</style>