Shades of Rose #D8AA93
Tints of Rose #D8AA93
RGB
CMYK
RGB Variations
Color information
#D8AA93 (or 0xD8AA93) is known color: Rose. HEX triplet: D8, AA and 93. RGB value is (216,170,147). Sum of RGB (Red+Green+Blue) = 216+170+147=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AA93 is #27556C. Grayscale: #B5B5B5. Windows color (decimal): -2577773 or 9677528. OLE color: 9677528.
HSL color Cylindrical-coordinate representation of color #D8AA93: hue angle of 20º degrees, saturation: 0.47, 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 #D8AA93 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 147 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.15 |
| HSL | 20º | 0.47% | 0.71% | - |
| HSV(B) | 20º | 0.32% | 0.85% | - |
| XYZ | 47.96 | 45.45 | 33.85 | - |
| YUV | 181.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 147 | 0 | 0.21 | 0.32 | 0.15 | 20 | 0.47 | 0.71 |
| Hex | D8 | AA | 93 | 0 | 15 | 20 | F | 14 | 2F | 47 |
| Octal | 330 | 252 | 223 | 0 | 25 | 40 | 17 | 24 | 57 | 107 |
| Binary | 11011000 | 10101010 | 10010011 | 0 | 10101 | 100000 | 1111 | 10100 | 101111 | 1000111 |
Color Harmonies of #D8AA93
Complementary color
Monochromatic Colors of #D8AA93
Black with #D8AA93
Text Example
Text Example
White with #D8AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA93; }
p { color: rgb(216,170,147); }
H1.HeaderClassName
{
color: #D8AA93;
}
.AnyTagClassName
{
color: #D8AA93;
}
</style>
background-color css
<style>
a { background-color: #D8AA93; }
a { background-color: rgb(216,170,147); }
div.DivClassName
{
background-color: #D8AA93;
}
.BgClassName
{
background-color: #D8AA93;
}
</style>
border-color css
<style>
span { border-color: #D8AA93; }
span { border-color: rgb(216,170,147); }
td.TdClassName
{
border-color: #D8AA93;
}
.TagClassName
{
border-color: #D8AA93;
}
</style>