Shades of Rose #D5A897
Tints of Rose #D5A897
RGB
CMYK
RGB Variations
Color information
#D5A897 (or 0xD5A897) is known color: Rose. HEX triplet: D5, A8 and 97. RGB value is (213,168,151). Sum of RGB (Red+Green+Blue) = 213+168+151=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A897 is #2A5768. Grayscale: #B3B3B3. Windows color (decimal): -2774889 or 9939157. OLE color: 9939157.
HSL color Cylindrical-coordinate representation of color #D5A897: hue angle of 16.45º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A897 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 151 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.16 |
| HSL | 16.45º | 0.42% | 0.71% | - |
| HSV(B) | 16.45º | 0.29% | 0.84% | - |
| XYZ | 47.03 | 44.39 | 35.37 | - |
| YUV | 179.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 151 | 0 | 0.21 | 0.29 | 0.16 | 16.45 | 0.42 | 0.71 |
| Hex | D5 | A8 | 97 | 0 | 15 | 1D | 10 | 10 | 2A | 47 |
| Octal | 325 | 250 | 227 | 0 | 25 | 35 | 20 | 20 | 52 | 107 |
| Binary | 11010101 | 10101000 | 10010111 | 0 | 10101 | 11101 | 10000 | 10000 | 101010 | 1000111 |
Color Harmonies of #D5A897
Complementary color
Monochromatic Colors of #D5A897
Black with #D5A897
Text Example
Text Example
White with #D5A897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A897; }
p { color: rgb(213,168,151); }
H1.HeaderClassName
{
color: #D5A897;
}
.AnyTagClassName
{
color: #D5A897;
}
</style>
background-color css
<style>
a { background-color: #D5A897; }
a { background-color: rgb(213,168,151); }
div.DivClassName
{
background-color: #D5A897;
}
.BgClassName
{
background-color: #D5A897;
}
</style>
border-color css
<style>
span { border-color: #D5A897; }
span { border-color: rgb(213,168,151); }
td.TdClassName
{
border-color: #D5A897;
}
.TagClassName
{
border-color: #D5A897;
}
</style>