Shades of Rose #D3A996
Tints of Rose #D3A996
RGB
CMYK
RGB Variations
Color information
#D3A996 (or 0xD3A996) is known color: Rose. HEX triplet: D3, A9 and 96. RGB value is (211,169,150). Sum of RGB (Red+Green+Blue) = 211+169+150=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A996 is #2C5669. Grayscale: #B3B3B3. Windows color (decimal): -2905706 or 9873875. OLE color: 9873875.
HSL color Cylindrical-coordinate representation of color #D3A996: hue angle of 18.69º 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 #D3A996 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 150 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.17 |
| HSL | 18.69º | 0.41% | 0.71% | - |
| HSV(B) | 18.69º | 0.29% | 0.83% | - |
| XYZ | 46.56 | 44.43 | 34.98 | - |
| YUV | 179.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 150 | 0 | 0.20 | 0.29 | 0.17 | 18.69 | 0.41 | 0.71 |
| Hex | D3 | A9 | 96 | 0 | 14 | 1D | 11 | 13 | 29 | 47 |
| Octal | 323 | 251 | 226 | 0 | 24 | 35 | 21 | 23 | 51 | 107 |
| Binary | 11010011 | 10101001 | 10010110 | 0 | 10100 | 11101 | 10001 | 10011 | 101001 | 1000111 |
Color Harmonies of #D3A996
Complementary color
Monochromatic Colors of #D3A996
Black with #D3A996
Text Example
Text Example
White with #D3A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A996; }
p { color: rgb(211,169,150); }
H1.HeaderClassName
{
color: #D3A996;
}
.AnyTagClassName
{
color: #D3A996;
}
</style>
background-color css
<style>
a { background-color: #D3A996; }
a { background-color: rgb(211,169,150); }
div.DivClassName
{
background-color: #D3A996;
}
.BgClassName
{
background-color: #D3A996;
}
</style>
border-color css
<style>
span { border-color: #D3A996; }
span { border-color: rgb(211,169,150); }
td.TdClassName
{
border-color: #D3A996;
}
.TagClassName
{
border-color: #D3A996;
}
</style>