Shades of Rose #D7A998
Tints of Rose #D7A998
RGB
CMYK
RGB Variations
Color information
#D7A998 (or 0xD7A998) is known color: Rose. HEX triplet: D7, A9 and 98. RGB value is (215,169,152). Sum of RGB (Red+Green+Blue) = 215+169+152=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A998 is #285667. Grayscale: #B4B4B4. Windows color (decimal): -2643560 or 10004951. OLE color: 10004951.
HSL color Cylindrical-coordinate representation of color #D7A998: hue angle of 16.19º 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 #D7A998 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 152 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.16 |
| HSL | 16.19º | 0.44% | 0.72% | - |
| HSV(B) | 16.19º | 0.29% | 0.84% | - |
| XYZ | 47.88 | 45.09 | 35.89 | - |
| YUV | 180.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 152 | 0 | 0.21 | 0.29 | 0.16 | 16.19 | 0.44 | 0.72 |
| Hex | D7 | A9 | 98 | 0 | 15 | 1D | 10 | 10 | 2C | 48 |
| Octal | 327 | 251 | 230 | 0 | 25 | 35 | 20 | 20 | 54 | 110 |
| Binary | 11010111 | 10101001 | 10011000 | 0 | 10101 | 11101 | 10000 | 10000 | 101100 | 1001000 |
Color Harmonies of #D7A998
Complementary color
Monochromatic Colors of #D7A998
Black with #D7A998
Text Example
Text Example
White with #D7A998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A998; }
p { color: rgb(215,169,152); }
H1.HeaderClassName
{
color: #D7A998;
}
.AnyTagClassName
{
color: #D7A998;
}
</style>
background-color css
<style>
a { background-color: #D7A998; }
a { background-color: rgb(215,169,152); }
div.DivClassName
{
background-color: #D7A998;
}
.BgClassName
{
background-color: #D7A998;
}
</style>
border-color css
<style>
span { border-color: #D7A998; }
span { border-color: rgb(215,169,152); }
td.TdClassName
{
border-color: #D7A998;
}
.TagClassName
{
border-color: #D7A998;
}
</style>