Shades of Rose #DAA091
Tints of Rose #DAA091
RGB
CMYK
RGB Variations
Color information
#DAA091 (or 0xDAA091) is known color: Rose. HEX triplet: DA, A0 and 91. RGB value is (218,160,145). Sum of RGB (Red+Green+Blue) = 218+160+145=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA091 is #255F6E. Grayscale: #AFAFAF. Windows color (decimal): -2449263 or 9543898. OLE color: 9543898.
HSL color Cylindrical-coordinate representation of color #DAA091: hue angle of 12.33º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA091 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 145 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.15 |
| HSL | 12.33º | 0.5% | 0.71% | - |
| HSV(B) | 12.33º | 0.33% | 0.85% | - |
| XYZ | 46.6 | 42.09 | 32.46 | - |
| YUV | 175.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 145 | 0 | 0.27 | 0.33 | 0.15 | 12.33 | 0.5 | 0.71 |
| Hex | DA | A0 | 91 | 0 | 1B | 21 | F | C | 32 | 47 |
| Octal | 332 | 240 | 221 | 0 | 33 | 41 | 17 | 14 | 62 | 107 |
| Binary | 11011010 | 10100000 | 10010001 | 0 | 11011 | 100001 | 1111 | 1100 | 110010 | 1000111 |
Color Harmonies of #DAA091
Complementary color
Monochromatic Colors of #DAA091
Black with #DAA091
Text Example
Text Example
White with #DAA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA091; }
p { color: rgb(218,160,145); }
H1.HeaderClassName
{
color: #DAA091;
}
.AnyTagClassName
{
color: #DAA091;
}
</style>
background-color css
<style>
a { background-color: #DAA091; }
a { background-color: rgb(218,160,145); }
div.DivClassName
{
background-color: #DAA091;
}
.BgClassName
{
background-color: #DAA091;
}
</style>
border-color css
<style>
span { border-color: #DAA091; }
span { border-color: rgb(218,160,145); }
td.TdClassName
{
border-color: #DAA091;
}
.TagClassName
{
border-color: #DAA091;
}
</style>