Shades of Rose #DAA798
Tints of Rose #DAA798
RGB
CMYK
RGB Variations
Color information
#DAA798 (or 0xDAA798) is known color: Rose. HEX triplet: DA, A7 and 98. RGB value is (218,167,152). Sum of RGB (Red+Green+Blue) = 218+167+152=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA798 is #255867. Grayscale: #B4B4B4. Windows color (decimal): -2447464 or 10004442. OLE color: 10004442.
HSL color Cylindrical-coordinate representation of color #DAA798: hue angle of 13.64º 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 #DAA798 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 152 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.15 |
| HSL | 13.64º | 0.47% | 0.73% | - |
| HSV(B) | 13.64º | 0.3% | 0.85% | - |
| XYZ | 48.4 | 44.81 | 35.8 | - |
| YUV | 180.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 152 | 0 | 0.23 | 0.30 | 0.15 | 13.64 | 0.47 | 0.73 |
| Hex | DA | A7 | 98 | 0 | 17 | 1E | F | E | 2F | 49 |
| Octal | 332 | 247 | 230 | 0 | 27 | 36 | 17 | 16 | 57 | 111 |
| Binary | 11011010 | 10100111 | 10011000 | 0 | 10111 | 11110 | 1111 | 1110 | 101111 | 1001001 |
Color Harmonies of #DAA798
Complementary color
Monochromatic Colors of #DAA798
Black with #DAA798
Text Example
Text Example
White with #DAA798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA798; }
p { color: rgb(218,167,152); }
H1.HeaderClassName
{
color: #DAA798;
}
.AnyTagClassName
{
color: #DAA798;
}
</style>
background-color css
<style>
a { background-color: #DAA798; }
a { background-color: rgb(218,167,152); }
div.DivClassName
{
background-color: #DAA798;
}
.BgClassName
{
background-color: #DAA798;
}
</style>
border-color css
<style>
span { border-color: #DAA798; }
span { border-color: rgb(218,167,152); }
td.TdClassName
{
border-color: #DAA798;
}
.TagClassName
{
border-color: #DAA798;
}
</style>