Shades of Rose #D5A898
Tints of Rose #D5A898
RGB
CMYK
RGB Variations
Color information
#D5A898 (or 0xD5A898) is known color: Rose. HEX triplet: D5, A8 and 98. RGB value is (213,168,152). Sum of RGB (Red+Green+Blue) = 213+168+152=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A898 is #2A5767. Grayscale: #B3B3B3. Windows color (decimal): -2774888 or 10004693. OLE color: 10004693.
HSL color Cylindrical-coordinate representation of color #D5A898: hue angle of 15.74º 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 #D5A898 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 152 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.16 |
| HSL | 15.74º | 0.42% | 0.72% | - |
| HSV(B) | 15.74º | 0.29% | 0.84% | - |
| XYZ | 47.11 | 44.42 | 35.8 | - |
| YUV | 179.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 152 | 0 | 0.21 | 0.29 | 0.16 | 15.74 | 0.42 | 0.72 |
| Hex | D5 | A8 | 98 | 0 | 15 | 1D | 10 | 10 | 2A | 48 |
| Octal | 325 | 250 | 230 | 0 | 25 | 35 | 20 | 20 | 52 | 110 |
| Binary | 11010101 | 10101000 | 10011000 | 0 | 10101 | 11101 | 10000 | 10000 | 101010 | 1001000 |
Color Harmonies of #D5A898
Complementary color
Monochromatic Colors of #D5A898
Black with #D5A898
Text Example
Text Example
White with #D5A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A898; }
p { color: rgb(213,168,152); }
H1.HeaderClassName
{
color: #D5A898;
}
.AnyTagClassName
{
color: #D5A898;
}
</style>
background-color css
<style>
a { background-color: #D5A898; }
a { background-color: rgb(213,168,152); }
div.DivClassName
{
background-color: #D5A898;
}
.BgClassName
{
background-color: #D5A898;
}
</style>
border-color css
<style>
span { border-color: #D5A898; }
span { border-color: rgb(213,168,152); }
td.TdClassName
{
border-color: #D5A898;
}
.TagClassName
{
border-color: #D5A898;
}
</style>