Shades of Rose #D7A899
Tints of Rose #D7A899
RGB
CMYK
RGB Variations
Color information
#D7A899 (or 0xD7A899) is known color: Rose. HEX triplet: D7, A8 and 99. RGB value is (215,168,153). Sum of RGB (Red+Green+Blue) = 215+168+153=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A899 is #285766. Grayscale: #B4B4B4. Windows color (decimal): -2643815 or 10070231. OLE color: 10070231.
HSL color Cylindrical-coordinate representation of color #D7A899: hue angle of 14.52º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7A899 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 153 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.16 |
| HSL | 14.52º | 0.44% | 0.72% | - |
| HSV(B) | 14.52º | 0.29% | 0.84% | - |
| XYZ | 47.78 | 44.75 | 36.26 | - |
| YUV | 180.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 153 | 0 | 0.22 | 0.29 | 0.16 | 14.52 | 0.44 | 0.72 |
| Hex | D7 | A8 | 99 | 0 | 16 | 1D | 10 | F | 2C | 48 |
| Octal | 327 | 250 | 231 | 0 | 26 | 35 | 20 | 17 | 54 | 110 |
| Binary | 11010111 | 10101000 | 10011001 | 0 | 10110 | 11101 | 10000 | 1111 | 101100 | 1001000 |
Color Harmonies of #D7A899
Complementary color
Monochromatic Colors of #D7A899
Black with #D7A899
Text Example
Text Example
White with #D7A899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A899; }
p { color: rgb(215,168,153); }
H1.HeaderClassName
{
color: #D7A899;
}
.AnyTagClassName
{
color: #D7A899;
}
</style>
background-color css
<style>
a { background-color: #D7A899; }
a { background-color: rgb(215,168,153); }
div.DivClassName
{
background-color: #D7A899;
}
.BgClassName
{
background-color: #D7A899;
}
</style>
border-color css
<style>
span { border-color: #D7A899; }
span { border-color: rgb(215,168,153); }
td.TdClassName
{
border-color: #D7A899;
}
.TagClassName
{
border-color: #D7A899;
}
</style>