Shades of Rose #DAA19C
Tints of Rose #DAA19C
RGB
CMYK
RGB Variations
Color information
#DAA19C (or 0xDAA19C) is known color: Rose. HEX triplet: DA, A1 and 9C. RGB value is (218,161,156). Sum of RGB (Red+Green+Blue) = 218+161+156=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19C is #255E63. Grayscale: #B1B1B1. Windows color (decimal): -2448996 or 10265050. OLE color: 10265050.
HSL color Cylindrical-coordinate representation of color #DAA19C: hue angle of 4.84º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA19C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 156 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.15 |
| HSL | 4.84º | 0.46% | 0.73% | - |
| HSV(B) | 4.84º | 0.28% | 0.85% | - |
| XYZ | 47.66 | 42.8 | 37.2 | - |
| YUV | 177.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 156 | 0 | 0.26 | 0.28 | 0.15 | 4.84 | 0.46 | 0.73 |
| Hex | DA | A1 | 9C | 0 | 1A | 1C | F | 5 | 2E | 49 |
| Octal | 332 | 241 | 234 | 0 | 32 | 34 | 17 | 5 | 56 | 111 |
| Binary | 11011010 | 10100001 | 10011100 | 0 | 11010 | 11100 | 1111 | 101 | 101110 | 1001001 |
Color Harmonies of #DAA19C
Complementary color
Monochromatic Colors of #DAA19C
Black with #DAA19C
Text Example
Text Example
White with #DAA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA19C; }
p { color: rgb(218,161,156); }
H1.HeaderClassName
{
color: #DAA19C;
}
.AnyTagClassName
{
color: #DAA19C;
}
</style>
background-color css
<style>
a { background-color: #DAA19C; }
a { background-color: rgb(218,161,156); }
div.DivClassName
{
background-color: #DAA19C;
}
.BgClassName
{
background-color: #DAA19C;
}
</style>
border-color css
<style>
span { border-color: #DAA19C; }
span { border-color: rgb(218,161,156); }
td.TdClassName
{
border-color: #DAA19C;
}
.TagClassName
{
border-color: #DAA19C;
}
</style>