Shades of Rose #D2A089
Tints of Rose #D2A089
RGB
CMYK
RGB Variations
Color information
#D2A089 (or 0xD2A089) is known color: Rose. HEX triplet: D2, A0 and 89. RGB value is (210,160,137). Sum of RGB (Red+Green+Blue) = 210+160+137=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A089 is #2D5F76. Grayscale: #ACACAC. Windows color (decimal): -2973559 or 9019602. OLE color: 9019602.
HSL color Cylindrical-coordinate representation of color #D2A089: hue angle of 18.9º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2A089 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 137 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.18 |
| HSL | 18.9º | 0.45% | 0.68% | - |
| HSV(B) | 18.9º | 0.35% | 0.82% | - |
| XYZ | 43.66 | 40.65 | 29.21 | - |
| YUV | 172.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 137 | 0 | 0.24 | 0.35 | 0.18 | 18.9 | 0.45 | 0.68 |
| Hex | D2 | A0 | 89 | 0 | 18 | 23 | 12 | 13 | 2D | 44 |
| Octal | 322 | 240 | 211 | 0 | 30 | 43 | 22 | 23 | 55 | 104 |
| Binary | 11010010 | 10100000 | 10001001 | 0 | 11000 | 100011 | 10010 | 10011 | 101101 | 1000100 |
Color Harmonies of #D2A089
Complementary color
Monochromatic Colors of #D2A089
Black with #D2A089
Text Example
Text Example
White with #D2A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A089; }
p { color: rgb(210,160,137); }
H1.HeaderClassName
{
color: #D2A089;
}
.AnyTagClassName
{
color: #D2A089;
}
</style>
background-color css
<style>
a { background-color: #D2A089; }
a { background-color: rgb(210,160,137); }
div.DivClassName
{
background-color: #D2A089;
}
.BgClassName
{
background-color: #D2A089;
}
</style>
border-color css
<style>
span { border-color: #D2A089; }
span { border-color: rgb(210,160,137); }
td.TdClassName
{
border-color: #D2A089;
}
.TagClassName
{
border-color: #D2A089;
}
</style>