Shades of Rose #DAA299
Tints of Rose #DAA299
RGB
CMYK
RGB Variations
Color information
#DAA299 (or 0xDAA299) is known color: Rose. HEX triplet: DA, A2 and 99. RGB value is (218,162,153). Sum of RGB (Red+Green+Blue) = 218+162+153=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA299 is #255D66. Grayscale: #B1B1B1. Windows color (decimal): -2448743 or 10068698. OLE color: 10068698.
HSL color Cylindrical-coordinate representation of color #DAA299: hue angle of 8.31º 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 #DAA299 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 153 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.15 |
| HSL | 8.31º | 0.47% | 0.73% | - |
| HSV(B) | 8.31º | 0.3% | 0.85% | - |
| XYZ | 47.58 | 43.05 | 35.94 | - |
| YUV | 177.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 153 | 0 | 0.26 | 0.30 | 0.15 | 8.31 | 0.47 | 0.73 |
| Hex | DA | A2 | 99 | 0 | 1A | 1E | F | 8 | 2F | 49 |
| Octal | 332 | 242 | 231 | 0 | 32 | 36 | 17 | 10 | 57 | 111 |
| Binary | 11011010 | 10100010 | 10011001 | 0 | 11010 | 11110 | 1111 | 1000 | 101111 | 1001001 |
Color Harmonies of #DAA299
Complementary color
Monochromatic Colors of #DAA299
Black with #DAA299
Text Example
Text Example
White with #DAA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA299; }
p { color: rgb(218,162,153); }
H1.HeaderClassName
{
color: #DAA299;
}
.AnyTagClassName
{
color: #DAA299;
}
</style>
background-color css
<style>
a { background-color: #DAA299; }
a { background-color: rgb(218,162,153); }
div.DivClassName
{
background-color: #DAA299;
}
.BgClassName
{
background-color: #DAA299;
}
</style>
border-color css
<style>
span { border-color: #DAA299; }
span { border-color: rgb(218,162,153); }
td.TdClassName
{
border-color: #DAA299;
}
.TagClassName
{
border-color: #DAA299;
}
</style>