Shades of Rose #DAA29D
Tints of Rose #DAA29D
RGB
CMYK
RGB Variations
Color information
#DAA29D (or 0xDAA29D) is known color: Rose. HEX triplet: DA, A2 and 9D. RGB value is (218,162,157). Sum of RGB (Red+Green+Blue) = 218+162+157=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA29D is #255D62. Grayscale: #B2B2B2. Windows color (decimal): -2448739 or 10330842. OLE color: 10330842.
HSL color Cylindrical-coordinate representation of color #DAA29D: hue angle of 4.92º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA29D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 157 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.15 |
| HSL | 4.92º | 0.45% | 0.74% | - |
| HSV(B) | 4.92º | 0.28% | 0.85% | - |
| XYZ | 47.92 | 43.18 | 37.71 | - |
| YUV | 178.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 157 | 0 | 0.26 | 0.28 | 0.15 | 4.92 | 0.45 | 0.74 |
| Hex | DA | A2 | 9D | 0 | 1A | 1C | F | 5 | 2D | 4A |
| Octal | 332 | 242 | 235 | 0 | 32 | 34 | 17 | 5 | 55 | 112 |
| Binary | 11011010 | 10100010 | 10011101 | 0 | 11010 | 11100 | 1111 | 101 | 101101 | 1001010 |
Color Harmonies of #DAA29D
Complementary color
Monochromatic Colors of #DAA29D
Black with #DAA29D
Text Example
Text Example
White with #DAA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA29D; }
p { color: rgb(218,162,157); }
H1.HeaderClassName
{
color: #DAA29D;
}
.AnyTagClassName
{
color: #DAA29D;
}
</style>
background-color css
<style>
a { background-color: #DAA29D; }
a { background-color: rgb(218,162,157); }
div.DivClassName
{
background-color: #DAA29D;
}
.BgClassName
{
background-color: #DAA29D;
}
</style>
border-color css
<style>
span { border-color: #DAA29D; }
span { border-color: rgb(218,162,157); }
td.TdClassName
{
border-color: #DAA29D;
}
.TagClassName
{
border-color: #DAA29D;
}
</style>