Shades of Rose #DAA69C
Tints of Rose #DAA69C
RGB
CMYK
RGB Variations
Color information
#DAA69C (or 0xDAA69C) is known color: Rose. HEX triplet: DA, A6 and 9C. RGB value is (218,166,156). Sum of RGB (Red+Green+Blue) = 218+166+156=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA69C is #255963. Grayscale: #B4B4B4. Windows color (decimal): -2447716 or 10266330. OLE color: 10266330.
HSL color Cylindrical-coordinate representation of color #DAA69C: hue angle of 9.68º 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 #DAA69C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 156 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.15 |
| HSL | 9.68º | 0.46% | 0.73% | - |
| HSV(B) | 9.68º | 0.28% | 0.85% | - |
| XYZ | 48.55 | 44.58 | 37.5 | - |
| YUV | 180.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 156 | 0 | 0.24 | 0.28 | 0.15 | 9.68 | 0.46 | 0.73 |
| Hex | DA | A6 | 9C | 0 | 18 | 1C | F | A | 2E | 49 |
| Octal | 332 | 246 | 234 | 0 | 30 | 34 | 17 | 12 | 56 | 111 |
| Binary | 11011010 | 10100110 | 10011100 | 0 | 11000 | 11100 | 1111 | 1010 | 101110 | 1001001 |
Color Harmonies of #DAA69C
Complementary color
Monochromatic Colors of #DAA69C
Black with #DAA69C
Text Example
Text Example
White with #DAA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA69C; }
p { color: rgb(218,166,156); }
H1.HeaderClassName
{
color: #DAA69C;
}
.AnyTagClassName
{
color: #DAA69C;
}
</style>
background-color css
<style>
a { background-color: #DAA69C; }
a { background-color: rgb(218,166,156); }
div.DivClassName
{
background-color: #DAA69C;
}
.BgClassName
{
background-color: #DAA69C;
}
</style>
border-color css
<style>
span { border-color: #DAA69C; }
span { border-color: rgb(218,166,156); }
td.TdClassName
{
border-color: #DAA69C;
}
.TagClassName
{
border-color: #DAA69C;
}
</style>