Shades of Rose #DAA79C
Tints of Rose #DAA79C
RGB
CMYK
RGB Variations
Color information
#DAA79C (or 0xDAA79C) is known color: Rose. HEX triplet: DA, A7 and 9C. RGB value is (218,167,156). Sum of RGB (Red+Green+Blue) = 218+167+156=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA79C is #255863. Grayscale: #B5B5B5. Windows color (decimal): -2447460 or 10266586. OLE color: 10266586.
HSL color Cylindrical-coordinate representation of color #DAA79C: hue angle of 10.65º 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 #DAA79C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 156 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.15 |
| HSL | 10.65º | 0.46% | 0.73% | - |
| HSV(B) | 10.65º | 0.28% | 0.85% | - |
| XYZ | 48.73 | 44.94 | 37.56 | - |
| YUV | 181 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 156 | 0 | 0.23 | 0.28 | 0.15 | 10.65 | 0.46 | 0.73 |
| Hex | DA | A7 | 9C | 0 | 17 | 1C | F | B | 2E | 49 |
| Octal | 332 | 247 | 234 | 0 | 27 | 34 | 17 | 13 | 56 | 111 |
| Binary | 11011010 | 10100111 | 10011100 | 0 | 10111 | 11100 | 1111 | 1011 | 101110 | 1001001 |
Color Harmonies of #DAA79C
Complementary color
Monochromatic Colors of #DAA79C
Black with #DAA79C
Text Example
Text Example
White with #DAA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA79C; }
p { color: rgb(218,167,156); }
H1.HeaderClassName
{
color: #DAA79C;
}
.AnyTagClassName
{
color: #DAA79C;
}
</style>
background-color css
<style>
a { background-color: #DAA79C; }
a { background-color: rgb(218,167,156); }
div.DivClassName
{
background-color: #DAA79C;
}
.BgClassName
{
background-color: #DAA79C;
}
</style>
border-color css
<style>
span { border-color: #DAA79C; }
span { border-color: rgb(218,167,156); }
td.TdClassName
{
border-color: #DAA79C;
}
.TagClassName
{
border-color: #DAA79C;
}
</style>