Shades of Rose #DAA49C
Tints of Rose #DAA49C
RGB
CMYK
RGB Variations
Color information
#DAA49C (or 0xDAA49C) is known color: Rose. HEX triplet: DA, A4 and 9C. RGB value is (218,164,156). Sum of RGB (Red+Green+Blue) = 218+164+156=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA49C is #255B63. Grayscale: #B3B3B3. Windows color (decimal): -2448228 or 10265818. OLE color: 10265818.
HSL color Cylindrical-coordinate representation of color #DAA49C: hue angle of 7.74º 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 #DAA49C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 156 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.15 |
| HSL | 7.74º | 0.46% | 0.73% | - |
| HSV(B) | 7.74º | 0.28% | 0.85% | - |
| XYZ | 48.19 | 43.86 | 37.38 | - |
| YUV | 179.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 156 | 0 | 0.25 | 0.28 | 0.15 | 7.74 | 0.46 | 0.73 |
| Hex | DA | A4 | 9C | 0 | 19 | 1C | F | 8 | 2E | 49 |
| Octal | 332 | 244 | 234 | 0 | 31 | 34 | 17 | 10 | 56 | 111 |
| Binary | 11011010 | 10100100 | 10011100 | 0 | 11001 | 11100 | 1111 | 1000 | 101110 | 1001001 |
Color Harmonies of #DAA49C
Complementary color
Monochromatic Colors of #DAA49C
Black with #DAA49C
Text Example
Text Example
White with #DAA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA49C; }
p { color: rgb(218,164,156); }
H1.HeaderClassName
{
color: #DAA49C;
}
.AnyTagClassName
{
color: #DAA49C;
}
</style>
background-color css
<style>
a { background-color: #DAA49C; }
a { background-color: rgb(218,164,156); }
div.DivClassName
{
background-color: #DAA49C;
}
.BgClassName
{
background-color: #DAA49C;
}
</style>
border-color css
<style>
span { border-color: #DAA49C; }
span { border-color: rgb(218,164,156); }
td.TdClassName
{
border-color: #DAA49C;
}
.TagClassName
{
border-color: #DAA49C;
}
</style>