Shades of Rose #DAA099
Tints of Rose #DAA099
RGB
CMYK
RGB Variations
Color information
#DAA099 (or 0xDAA099) is known color: Rose. HEX triplet: DA, A0 and 99. RGB value is (218,160,153). Sum of RGB (Red+Green+Blue) = 218+160+153=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA099 is #255F66. Grayscale: #B0B0B0. Windows color (decimal): -2449255 or 10068186. OLE color: 10068186.
HSL color Cylindrical-coordinate representation of color #DAA099: hue angle of 6.46º 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 #DAA099 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 153 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.15 |
| HSL | 6.46º | 0.47% | 0.73% | - |
| HSV(B) | 6.46º | 0.3% | 0.85% | - |
| XYZ | 47.23 | 42.35 | 35.82 | - |
| YUV | 176.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 153 | 0 | 0.27 | 0.30 | 0.15 | 6.46 | 0.47 | 0.73 |
| Hex | DA | A0 | 99 | 0 | 1B | 1E | F | 6 | 2F | 49 |
| Octal | 332 | 240 | 231 | 0 | 33 | 36 | 17 | 6 | 57 | 111 |
| Binary | 11011010 | 10100000 | 10011001 | 0 | 11011 | 11110 | 1111 | 110 | 101111 | 1001001 |
Color Harmonies of #DAA099
Complementary color
Monochromatic Colors of #DAA099
Black with #DAA099
Text Example
Text Example
White with #DAA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA099; }
p { color: rgb(218,160,153); }
H1.HeaderClassName
{
color: #DAA099;
}
.AnyTagClassName
{
color: #DAA099;
}
</style>
background-color css
<style>
a { background-color: #DAA099; }
a { background-color: rgb(218,160,153); }
div.DivClassName
{
background-color: #DAA099;
}
.BgClassName
{
background-color: #DAA099;
}
</style>
border-color css
<style>
span { border-color: #DAA099; }
span { border-color: rgb(218,160,153); }
td.TdClassName
{
border-color: #DAA099;
}
.TagClassName
{
border-color: #DAA099;
}
</style>