Shades of Rose #DAA29C
Tints of Rose #DAA29C
RGB
CMYK
RGB Variations
Color information
#DAA29C (or 0xDAA29C) is known color: Rose. HEX triplet: DA, A2 and 9C. RGB value is (218,162,156). Sum of RGB (Red+Green+Blue) = 218+162+156=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA29C is #255D63. Grayscale: #B2B2B2. Windows color (decimal): -2448740 or 10265306. OLE color: 10265306.
HSL color Cylindrical-coordinate representation of color #DAA29C: hue angle of 5.81º 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 #DAA29C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 156 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.15 |
| HSL | 5.81º | 0.46% | 0.73% | - |
| HSV(B) | 5.81º | 0.28% | 0.85% | - |
| XYZ | 47.83 | 43.15 | 37.26 | - |
| YUV | 178.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 156 | 0 | 0.26 | 0.28 | 0.15 | 5.81 | 0.46 | 0.73 |
| Hex | DA | A2 | 9C | 0 | 1A | 1C | F | 6 | 2E | 49 |
| Octal | 332 | 242 | 234 | 0 | 32 | 34 | 17 | 6 | 56 | 111 |
| Binary | 11011010 | 10100010 | 10011100 | 0 | 11010 | 11100 | 1111 | 110 | 101110 | 1001001 |
Color Harmonies of #DAA29C
Complementary color
Monochromatic Colors of #DAA29C
Black with #DAA29C
Text Example
Text Example
White with #DAA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA29C; }
p { color: rgb(218,162,156); }
H1.HeaderClassName
{
color: #DAA29C;
}
.AnyTagClassName
{
color: #DAA29C;
}
</style>
background-color css
<style>
a { background-color: #DAA29C; }
a { background-color: rgb(218,162,156); }
div.DivClassName
{
background-color: #DAA29C;
}
.BgClassName
{
background-color: #DAA29C;
}
</style>
border-color css
<style>
span { border-color: #DAA29C; }
span { border-color: rgb(218,162,156); }
td.TdClassName
{
border-color: #DAA29C;
}
.TagClassName
{
border-color: #DAA29C;
}
</style>