Shades of Rose #D5A089
Tints of Rose #D5A089
RGB
CMYK
RGB Variations
Color information
#D5A089 (or 0xD5A089) is known color: Rose. HEX triplet: D5, A0 and 89. RGB value is (213,160,137). Sum of RGB (Red+Green+Blue) = 213+160+137=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A089 is #2A5F76. Grayscale: #ADADAD. Windows color (decimal): -2776951 or 9019605. OLE color: 9019605.
HSL color Cylindrical-coordinate representation of color #D5A089: hue angle of 18.16º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5A089 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 137 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.16 |
| HSL | 18.16º | 0.48% | 0.69% | - |
| HSV(B) | 18.16º | 0.36% | 0.84% | - |
| XYZ | 44.53 | 41.09 | 29.25 | - |
| YUV | 173.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 137 | 0 | 0.25 | 0.36 | 0.16 | 18.16 | 0.48 | 0.69 |
| Hex | D5 | A0 | 89 | 0 | 19 | 24 | 10 | 12 | 30 | 45 |
| Octal | 325 | 240 | 211 | 0 | 31 | 44 | 20 | 22 | 60 | 105 |
| Binary | 11010101 | 10100000 | 10001001 | 0 | 11001 | 100100 | 10000 | 10010 | 110000 | 1000101 |
Color Harmonies of #D5A089
Complementary color
Monochromatic Colors of #D5A089
Black with #D5A089
Text Example
Text Example
White with #D5A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A089; }
p { color: rgb(213,160,137); }
H1.HeaderClassName
{
color: #D5A089;
}
.AnyTagClassName
{
color: #D5A089;
}
</style>
background-color css
<style>
a { background-color: #D5A089; }
a { background-color: rgb(213,160,137); }
div.DivClassName
{
background-color: #D5A089;
}
.BgClassName
{
background-color: #D5A089;
}
</style>
border-color css
<style>
span { border-color: #D5A089; }
span { border-color: rgb(213,160,137); }
td.TdClassName
{
border-color: #D5A089;
}
.TagClassName
{
border-color: #D5A089;
}
</style>