Shades of Rose #D1A08D
Tints of Rose #D1A08D
RGB
CMYK
RGB Variations
Color information
#D1A08D (or 0xD1A08D) is known color: Rose. HEX triplet: D1, A0 and 8D. RGB value is (209,160,141). Sum of RGB (Red+Green+Blue) = 209+160+141=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A08D is #2E5F72. Grayscale: #ACACAC. Windows color (decimal): -3039091 or 9281745. OLE color: 9281745.
HSL color Cylindrical-coordinate representation of color #D1A08D: hue angle of 16.76º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A08D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 141 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.18 |
| HSL | 16.76º | 0.43% | 0.69% | - |
| HSV(B) | 16.76º | 0.33% | 0.82% | - |
| XYZ | 43.67 | 40.62 | 30.74 | - |
| YUV | 172.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 141 | 0 | 0.23 | 0.33 | 0.18 | 16.76 | 0.43 | 0.69 |
| Hex | D1 | A0 | 8D | 0 | 17 | 21 | 12 | 11 | 2A | 45 |
| Octal | 321 | 240 | 215 | 0 | 27 | 41 | 22 | 21 | 52 | 105 |
| Binary | 11010001 | 10100000 | 10001101 | 0 | 10111 | 100001 | 10010 | 10001 | 101010 | 1000101 |
Color Harmonies of #D1A08D
Complementary color
Monochromatic Colors of #D1A08D
Black with #D1A08D
Text Example
Text Example
White with #D1A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A08D; }
p { color: rgb(209,160,141); }
H1.HeaderClassName
{
color: #D1A08D;
}
.AnyTagClassName
{
color: #D1A08D;
}
</style>
background-color css
<style>
a { background-color: #D1A08D; }
a { background-color: rgb(209,160,141); }
div.DivClassName
{
background-color: #D1A08D;
}
.BgClassName
{
background-color: #D1A08D;
}
</style>
border-color css
<style>
span { border-color: #D1A08D; }
span { border-color: rgb(209,160,141); }
td.TdClassName
{
border-color: #D1A08D;
}
.TagClassName
{
border-color: #D1A08D;
}
</style>