Shades of Rose #DAA89C
Tints of Rose #DAA89C
RGB
CMYK
RGB Variations
Color information
#DAA89C (or 0xDAA89C) is known color: Rose. HEX triplet: DA, A8 and 9C. RGB value is (218,168,156). Sum of RGB (Red+Green+Blue) = 218+168+156=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA89C is #255763. Grayscale: #B5B5B5. Windows color (decimal): -2447204 or 10266842. OLE color: 10266842.
HSL color Cylindrical-coordinate representation of color #DAA89C: hue angle of 11.61º 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 #DAA89C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 156 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.15 |
| HSL | 11.61º | 0.46% | 0.73% | - |
| HSV(B) | 11.61º | 0.28% | 0.85% | - |
| XYZ | 48.92 | 45.31 | 37.62 | - |
| YUV | 181.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 156 | 0 | 0.23 | 0.28 | 0.15 | 11.61 | 0.46 | 0.73 |
| Hex | DA | A8 | 9C | 0 | 17 | 1C | F | C | 2E | 49 |
| Octal | 332 | 250 | 234 | 0 | 27 | 34 | 17 | 14 | 56 | 111 |
| Binary | 11011010 | 10101000 | 10011100 | 0 | 10111 | 11100 | 1111 | 1100 | 101110 | 1001001 |
Color Harmonies of #DAA89C
Complementary color
Monochromatic Colors of #DAA89C
Black with #DAA89C
Text Example
Text Example
White with #DAA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA89C; }
p { color: rgb(218,168,156); }
H1.HeaderClassName
{
color: #DAA89C;
}
.AnyTagClassName
{
color: #DAA89C;
}
</style>
background-color css
<style>
a { background-color: #DAA89C; }
a { background-color: rgb(218,168,156); }
div.DivClassName
{
background-color: #DAA89C;
}
.BgClassName
{
background-color: #DAA89C;
}
</style>
border-color css
<style>
span { border-color: #DAA89C; }
span { border-color: rgb(218,168,156); }
td.TdClassName
{
border-color: #DAA89C;
}
.TagClassName
{
border-color: #DAA89C;
}
</style>