Shades of Rose #D9AA93
Tints of Rose #D9AA93
RGB
CMYK
RGB Variations
Color information
#D9AA93 (or 0xD9AA93) is known color: Rose. HEX triplet: D9, AA and 93. RGB value is (217,170,147). Sum of RGB (Red+Green+Blue) = 217+170+147=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AA93 is #26556C. Grayscale: #B5B5B5. Windows color (decimal): -2512237 or 9677529. OLE color: 9677529.
HSL color Cylindrical-coordinate representation of color #D9AA93: hue angle of 19.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9AA93 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 147 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.15 |
| HSL | 19.71º | 0.48% | 0.71% | - |
| HSV(B) | 19.71º | 0.32% | 0.85% | - |
| XYZ | 48.26 | 45.61 | 33.86 | - |
| YUV | 181.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 147 | 0 | 0.22 | 0.32 | 0.15 | 19.71 | 0.48 | 0.71 |
| Hex | D9 | AA | 93 | 0 | 16 | 20 | F | 14 | 30 | 47 |
| Octal | 331 | 252 | 223 | 0 | 26 | 40 | 17 | 24 | 60 | 107 |
| Binary | 11011001 | 10101010 | 10010011 | 0 | 10110 | 100000 | 1111 | 10100 | 110000 | 1000111 |
Color Harmonies of #D9AA93
Complementary color
Monochromatic Colors of #D9AA93
Black with #D9AA93
Text Example
Text Example
White with #D9AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA93; }
p { color: rgb(217,170,147); }
H1.HeaderClassName
{
color: #D9AA93;
}
.AnyTagClassName
{
color: #D9AA93;
}
</style>
background-color css
<style>
a { background-color: #D9AA93; }
a { background-color: rgb(217,170,147); }
div.DivClassName
{
background-color: #D9AA93;
}
.BgClassName
{
background-color: #D9AA93;
}
</style>
border-color css
<style>
span { border-color: #D9AA93; }
span { border-color: rgb(217,170,147); }
td.TdClassName
{
border-color: #D9AA93;
}
.TagClassName
{
border-color: #D9AA93;
}
</style>