Shades of Rose #D3A995
Tints of Rose #D3A995
RGB
CMYK
RGB Variations
Color information
#D3A995 (or 0xD3A995) is known color: Rose. HEX triplet: D3, A9 and 95. RGB value is (211,169,149). Sum of RGB (Red+Green+Blue) = 211+169+149=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A995 is #2C566A. Grayscale: #B3B3B3. Windows color (decimal): -2905707 or 9808339. OLE color: 9808339.
HSL color Cylindrical-coordinate representation of color #D3A995: hue angle of 19.35º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3A995 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 149 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.17 |
| HSL | 19.35º | 0.41% | 0.71% | - |
| HSV(B) | 19.35º | 0.29% | 0.83% | - |
| XYZ | 46.48 | 44.39 | 34.55 | - |
| YUV | 179.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 149 | 0 | 0.20 | 0.29 | 0.17 | 19.35 | 0.41 | 0.71 |
| Hex | D3 | A9 | 95 | 0 | 14 | 1D | 11 | 13 | 29 | 47 |
| Octal | 323 | 251 | 225 | 0 | 24 | 35 | 21 | 23 | 51 | 107 |
| Binary | 11010011 | 10101001 | 10010101 | 0 | 10100 | 11101 | 10001 | 10011 | 101001 | 1000111 |
Color Harmonies of #D3A995
Complementary color
Monochromatic Colors of #D3A995
Black with #D3A995
Text Example
Text Example
White with #D3A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A995; }
p { color: rgb(211,169,149); }
H1.HeaderClassName
{
color: #D3A995;
}
.AnyTagClassName
{
color: #D3A995;
}
</style>
background-color css
<style>
a { background-color: #D3A995; }
a { background-color: rgb(211,169,149); }
div.DivClassName
{
background-color: #D3A995;
}
.BgClassName
{
background-color: #D3A995;
}
</style>
border-color css
<style>
span { border-color: #D3A995; }
span { border-color: rgb(211,169,149); }
td.TdClassName
{
border-color: #D3A995;
}
.TagClassName
{
border-color: #D3A995;
}
</style>