Shades of Rose #DAA199
Tints of Rose #DAA199
RGB
CMYK
RGB Variations
Color information
#DAA199 (or 0xDAA199) is known color: Rose. HEX triplet: DA, A1 and 99. RGB value is (218,161,153). Sum of RGB (Red+Green+Blue) = 218+161+153=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA199 is #255E66. Grayscale: #B1B1B1. Windows color (decimal): -2448999 or 10068442. OLE color: 10068442.
HSL color Cylindrical-coordinate representation of color #DAA199: hue angle of 7.38º 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 #DAA199 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 153 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.15 |
| HSL | 7.38º | 0.47% | 0.73% | - |
| HSV(B) | 7.38º | 0.3% | 0.85% | - |
| XYZ | 47.41 | 42.7 | 35.88 | - |
| YUV | 177.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 153 | 0 | 0.26 | 0.30 | 0.15 | 7.38 | 0.47 | 0.73 |
| Hex | DA | A1 | 99 | 0 | 1A | 1E | F | 7 | 2F | 49 |
| Octal | 332 | 241 | 231 | 0 | 32 | 36 | 17 | 7 | 57 | 111 |
| Binary | 11011010 | 10100001 | 10011001 | 0 | 11010 | 11110 | 1111 | 111 | 101111 | 1001001 |
Color Harmonies of #DAA199
Complementary color
Monochromatic Colors of #DAA199
Black with #DAA199
Text Example
Text Example
White with #DAA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA199; }
p { color: rgb(218,161,153); }
H1.HeaderClassName
{
color: #DAA199;
}
.AnyTagClassName
{
color: #DAA199;
}
</style>
background-color css
<style>
a { background-color: #DAA199; }
a { background-color: rgb(218,161,153); }
div.DivClassName
{
background-color: #DAA199;
}
.BgClassName
{
background-color: #DAA199;
}
</style>
border-color css
<style>
span { border-color: #DAA199; }
span { border-color: rgb(218,161,153); }
td.TdClassName
{
border-color: #DAA199;
}
.TagClassName
{
border-color: #DAA199;
}
</style>