Shades of Rose #DAA99A
Tints of Rose #DAA99A
RGB
CMYK
RGB Variations
Color information
#DAA99A (or 0xDAA99A) is known color: Rose. HEX triplet: DA, A9 and 9A. RGB value is (218,169,154). Sum of RGB (Red+Green+Blue) = 218+169+154=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA99A is #255665. Grayscale: #B6B6B6. Windows color (decimal): -2446950 or 10136026. OLE color: 10136026.
HSL color Cylindrical-coordinate representation of color #DAA99A: hue angle of 14.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA99A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 154 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.15 |
| HSL | 14.06º | 0.46% | 0.73% | - |
| HSV(B) | 14.06º | 0.29% | 0.85% | - |
| XYZ | 48.93 | 45.61 | 36.8 | - |
| YUV | 181.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 154 | 0 | 0.22 | 0.29 | 0.15 | 14.06 | 0.46 | 0.73 |
| Hex | DA | A9 | 9A | 0 | 16 | 1D | F | E | 2E | 49 |
| Octal | 332 | 251 | 232 | 0 | 26 | 35 | 17 | 16 | 56 | 111 |
| Binary | 11011010 | 10101001 | 10011010 | 0 | 10110 | 11101 | 1111 | 1110 | 101110 | 1001001 |
Color Harmonies of #DAA99A
Complementary color
Monochromatic Colors of #DAA99A
Black with #DAA99A
Text Example
Text Example
White with #DAA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA99A; }
p { color: rgb(218,169,154); }
H1.HeaderClassName
{
color: #DAA99A;
}
.AnyTagClassName
{
color: #DAA99A;
}
</style>
background-color css
<style>
a { background-color: #DAA99A; }
a { background-color: rgb(218,169,154); }
div.DivClassName
{
background-color: #DAA99A;
}
.BgClassName
{
background-color: #DAA99A;
}
</style>
border-color css
<style>
span { border-color: #DAA99A; }
span { border-color: rgb(218,169,154); }
td.TdClassName
{
border-color: #DAA99A;
}
.TagClassName
{
border-color: #DAA99A;
}
</style>