Shades of Rose #D1A08A
Tints of Rose #D1A08A
RGB
CMYK
RGB Variations
Color information
#D1A08A (or 0xD1A08A) is known color: Rose. HEX triplet: D1, A0 and 8A. RGB value is (209,160,138). Sum of RGB (Red+Green+Blue) = 209+160+138=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A08A is #2E5F75. Grayscale: #ACACAC. Windows color (decimal): -3039094 or 9085137. OLE color: 9085137.
HSL color Cylindrical-coordinate representation of color #D1A08A: hue angle of 18.59º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1A08A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 138 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.18 |
| HSL | 18.59º | 0.44% | 0.68% | - |
| HSV(B) | 18.59º | 0.34% | 0.82% | - |
| XYZ | 43.45 | 40.53 | 29.58 | - |
| YUV | 172.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 138 | 0 | 0.23 | 0.34 | 0.18 | 18.59 | 0.44 | 0.68 |
| Hex | D1 | A0 | 8A | 0 | 17 | 22 | 12 | 13 | 2C | 44 |
| Octal | 321 | 240 | 212 | 0 | 27 | 42 | 22 | 23 | 54 | 104 |
| Binary | 11010001 | 10100000 | 10001010 | 0 | 10111 | 100010 | 10010 | 10011 | 101100 | 1000100 |
Color Harmonies of #D1A08A
Complementary color
Monochromatic Colors of #D1A08A
Black with #D1A08A
Text Example
Text Example
White with #D1A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A08A; }
p { color: rgb(209,160,138); }
H1.HeaderClassName
{
color: #D1A08A;
}
.AnyTagClassName
{
color: #D1A08A;
}
</style>
background-color css
<style>
a { background-color: #D1A08A; }
a { background-color: rgb(209,160,138); }
div.DivClassName
{
background-color: #D1A08A;
}
.BgClassName
{
background-color: #D1A08A;
}
</style>
border-color css
<style>
span { border-color: #D1A08A; }
span { border-color: rgb(209,160,138); }
td.TdClassName
{
border-color: #D1A08A;
}
.TagClassName
{
border-color: #D1A08A;
}
</style>