Shades of Rose #D5A08D
Tints of Rose #D5A08D
RGB
CMYK
RGB Variations
Color information
#D5A08D (or 0xD5A08D) is known color: Rose. HEX triplet: D5, A0 and 8D. RGB value is (213,160,141). Sum of RGB (Red+Green+Blue) = 213+160+141=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A08D is #2A5F72. Grayscale: #ADADAD. Windows color (decimal): -2776947 or 9281749. OLE color: 9281749.
HSL color Cylindrical-coordinate representation of color #D5A08D: hue angle of 15.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A08D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 141 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.16 |
| HSL | 15.83º | 0.46% | 0.69% | - |
| HSV(B) | 15.83º | 0.34% | 0.84% | - |
| XYZ | 44.82 | 41.21 | 30.79 | - |
| YUV | 173.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 141 | 0 | 0.25 | 0.34 | 0.16 | 15.83 | 0.46 | 0.69 |
| Hex | D5 | A0 | 8D | 0 | 19 | 22 | 10 | 10 | 2E | 45 |
| Octal | 325 | 240 | 215 | 0 | 31 | 42 | 20 | 20 | 56 | 105 |
| Binary | 11010101 | 10100000 | 10001101 | 0 | 11001 | 100010 | 10000 | 10000 | 101110 | 1000101 |
Color Harmonies of #D5A08D
Complementary color
Monochromatic Colors of #D5A08D
Black with #D5A08D
Text Example
Text Example
White with #D5A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A08D; }
p { color: rgb(213,160,141); }
H1.HeaderClassName
{
color: #D5A08D;
}
.AnyTagClassName
{
color: #D5A08D;
}
</style>
background-color css
<style>
a { background-color: #D5A08D; }
a { background-color: rgb(213,160,141); }
div.DivClassName
{
background-color: #D5A08D;
}
.BgClassName
{
background-color: #D5A08D;
}
</style>
border-color css
<style>
span { border-color: #D5A08D; }
span { border-color: rgb(213,160,141); }
td.TdClassName
{
border-color: #D5A08D;
}
.TagClassName
{
border-color: #D5A08D;
}
</style>