Shades of Rose #DAA49B
Tints of Rose #DAA49B
RGB
CMYK
RGB Variations
Color information
#DAA49B (or 0xDAA49B) is known color: Rose. HEX triplet: DA, A4 and 9B. RGB value is (218,164,155). Sum of RGB (Red+Green+Blue) = 218+164+155=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA49B is #255B64. Grayscale: #B3B3B3. Windows color (decimal): -2448229 or 10200282. OLE color: 10200282.
HSL color Cylindrical-coordinate representation of color #DAA49B: hue angle of 8.57º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA49B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 155 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.15 |
| HSL | 8.57º | 0.46% | 0.73% | - |
| HSV(B) | 8.57º | 0.29% | 0.85% | - |
| XYZ | 48.11 | 43.82 | 36.93 | - |
| YUV | 179.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 155 | 0 | 0.25 | 0.29 | 0.15 | 8.57 | 0.46 | 0.73 |
| Hex | DA | A4 | 9B | 0 | 19 | 1D | F | 9 | 2E | 49 |
| Octal | 332 | 244 | 233 | 0 | 31 | 35 | 17 | 11 | 56 | 111 |
| Binary | 11011010 | 10100100 | 10011011 | 0 | 11001 | 11101 | 1111 | 1001 | 101110 | 1001001 |
Color Harmonies of #DAA49B
Complementary color
Monochromatic Colors of #DAA49B
Black with #DAA49B
Text Example
Text Example
White with #DAA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA49B; }
p { color: rgb(218,164,155); }
H1.HeaderClassName
{
color: #DAA49B;
}
.AnyTagClassName
{
color: #DAA49B;
}
</style>
background-color css
<style>
a { background-color: #DAA49B; }
a { background-color: rgb(218,164,155); }
div.DivClassName
{
background-color: #DAA49B;
}
.BgClassName
{
background-color: #DAA49B;
}
</style>
border-color css
<style>
span { border-color: #DAA49B; }
span { border-color: rgb(218,164,155); }
td.TdClassName
{
border-color: #DAA49B;
}
.TagClassName
{
border-color: #DAA49B;
}
</style>