Shades of Rose #DAA08D
Tints of Rose #DAA08D
RGB
CMYK
RGB Variations
Color information
#DAA08D (or 0xDAA08D) is known color: Rose. HEX triplet: DA, A0 and 8D. RGB value is (218,160,141). Sum of RGB (Red+Green+Blue) = 218+160+141=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA08D is #255F72. Grayscale: #AFAFAF. Windows color (decimal): -2449267 or 9281754. OLE color: 9281754.
HSL color Cylindrical-coordinate representation of color #DAA08D: hue angle of 14.81º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA08D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 141 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.15 |
| HSL | 14.81º | 0.51% | 0.7% | - |
| HSV(B) | 14.81º | 0.35% | 0.85% | - |
| XYZ | 46.29 | 41.97 | 30.86 | - |
| YUV | 175.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 141 | 0 | 0.27 | 0.35 | 0.15 | 14.81 | 0.51 | 0.7 |
| Hex | DA | A0 | 8D | 0 | 1B | 23 | F | F | 33 | 46 |
| Octal | 332 | 240 | 215 | 0 | 33 | 43 | 17 | 17 | 63 | 106 |
| Binary | 11011010 | 10100000 | 10001101 | 0 | 11011 | 100011 | 1111 | 1111 | 110011 | 1000110 |
Color Harmonies of #DAA08D
Complementary color
Monochromatic Colors of #DAA08D
Black with #DAA08D
Text Example
Text Example
White with #DAA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA08D; }
p { color: rgb(218,160,141); }
H1.HeaderClassName
{
color: #DAA08D;
}
.AnyTagClassName
{
color: #DAA08D;
}
</style>
background-color css
<style>
a { background-color: #DAA08D; }
a { background-color: rgb(218,160,141); }
div.DivClassName
{
background-color: #DAA08D;
}
.BgClassName
{
background-color: #DAA08D;
}
</style>
border-color css
<style>
span { border-color: #DAA08D; }
span { border-color: rgb(218,160,141); }
td.TdClassName
{
border-color: #DAA08D;
}
.TagClassName
{
border-color: #DAA08D;
}
</style>