Shades of Rose #D5A998
Tints of Rose #D5A998
RGB
CMYK
RGB Variations
Color information
#D5A998 (or 0xD5A998) is known color: Rose. HEX triplet: D5, A9 and 98. RGB value is (213,169,152). Sum of RGB (Red+Green+Blue) = 213+169+152=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A998 is #2A5667. Grayscale: #B4B4B4. Windows color (decimal): -2774632 or 10004949. OLE color: 10004949.
HSL color Cylindrical-coordinate representation of color #D5A998: hue angle of 16.72º degrees, saturation: 0.42, 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 #D5A998 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 152 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.16 |
| HSL | 16.72º | 0.42% | 0.72% | - |
| HSV(B) | 16.72º | 0.29% | 0.84% | - |
| XYZ | 47.3 | 44.79 | 35.86 | - |
| YUV | 180.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 152 | 0 | 0.21 | 0.29 | 0.16 | 16.72 | 0.42 | 0.72 |
| Hex | D5 | A9 | 98 | 0 | 15 | 1D | 10 | 11 | 2A | 48 |
| Octal | 325 | 251 | 230 | 0 | 25 | 35 | 20 | 21 | 52 | 110 |
| Binary | 11010101 | 10101001 | 10011000 | 0 | 10101 | 11101 | 10000 | 10001 | 101010 | 1001000 |
Color Harmonies of #D5A998
Complementary color
Monochromatic Colors of #D5A998
Black with #D5A998
Text Example
Text Example
White with #D5A998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A998; }
p { color: rgb(213,169,152); }
H1.HeaderClassName
{
color: #D5A998;
}
.AnyTagClassName
{
color: #D5A998;
}
</style>
background-color css
<style>
a { background-color: #D5A998; }
a { background-color: rgb(213,169,152); }
div.DivClassName
{
background-color: #D5A998;
}
.BgClassName
{
background-color: #D5A998;
}
</style>
border-color css
<style>
span { border-color: #D5A998; }
span { border-color: rgb(213,169,152); }
td.TdClassName
{
border-color: #D5A998;
}
.TagClassName
{
border-color: #D5A998;
}
</style>