Shades of Rose #D3A08B
Tints of Rose #D3A08B
RGB
CMYK
RGB Variations
Color information
#D3A08B (or 0xD3A08B) is known color: Rose. HEX triplet: D3, A0 and 8B. RGB value is (211,160,139). Sum of RGB (Red+Green+Blue) = 211+160+139=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A08B is #2C5F74. Grayscale: #ACACAC. Windows color (decimal): -2908021 or 9150675. OLE color: 9150675.
HSL color Cylindrical-coordinate representation of color #D3A08B: hue angle of 17.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A08B is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 139 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.17 |
| HSL | 17.5º | 0.45% | 0.69% | - |
| HSV(B) | 17.5º | 0.34% | 0.83% | - |
| XYZ | 44.09 | 40.85 | 29.99 | - |
| YUV | 172.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 139 | 0 | 0.24 | 0.34 | 0.17 | 17.5 | 0.45 | 0.69 |
| Hex | D3 | A0 | 8B | 0 | 18 | 22 | 11 | 12 | 2D | 45 |
| Octal | 323 | 240 | 213 | 0 | 30 | 42 | 21 | 22 | 55 | 105 |
| Binary | 11010011 | 10100000 | 10001011 | 0 | 11000 | 100010 | 10001 | 10010 | 101101 | 1000101 |
Color Harmonies of #D3A08B
Complementary color
Monochromatic Colors of #D3A08B
Black with #D3A08B
Text Example
Text Example
White with #D3A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A08B; }
p { color: rgb(211,160,139); }
H1.HeaderClassName
{
color: #D3A08B;
}
.AnyTagClassName
{
color: #D3A08B;
}
</style>
background-color css
<style>
a { background-color: #D3A08B; }
a { background-color: rgb(211,160,139); }
div.DivClassName
{
background-color: #D3A08B;
}
.BgClassName
{
background-color: #D3A08B;
}
</style>
border-color css
<style>
span { border-color: #D3A08B; }
span { border-color: rgb(211,160,139); }
td.TdClassName
{
border-color: #D3A08B;
}
.TagClassName
{
border-color: #D3A08B;
}
</style>