Shades of Rose #D3A997
Tints of Rose #D3A997
RGB
CMYK
RGB Variations
Color information
#D3A997 (or 0xD3A997) is known color: Rose. HEX triplet: D3, A9 and 97. RGB value is (211,169,151). Sum of RGB (Red+Green+Blue) = 211+169+151=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A997 is #2C5668. Grayscale: #B3B3B3. Windows color (decimal): -2905705 or 9939411. OLE color: 9939411.
HSL color Cylindrical-coordinate representation of color #D3A997: hue angle of 18º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3A997 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 151 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.17 |
| HSL | 18º | 0.41% | 0.71% | - |
| HSV(B) | 18º | 0.28% | 0.83% | - |
| XYZ | 46.64 | 44.46 | 35.4 | - |
| YUV | 179.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 151 | 0 | 0.20 | 0.28 | 0.17 | 18 | 0.41 | 0.71 |
| Hex | D3 | A9 | 97 | 0 | 14 | 1C | 11 | 12 | 29 | 47 |
| Octal | 323 | 251 | 227 | 0 | 24 | 34 | 21 | 22 | 51 | 107 |
| Binary | 11010011 | 10101001 | 10010111 | 0 | 10100 | 11100 | 10001 | 10010 | 101001 | 1000111 |
Color Harmonies of #D3A997
Complementary color
Monochromatic Colors of #D3A997
Black with #D3A997
Text Example
Text Example
White with #D3A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A997; }
p { color: rgb(211,169,151); }
H1.HeaderClassName
{
color: #D3A997;
}
.AnyTagClassName
{
color: #D3A997;
}
</style>
background-color css
<style>
a { background-color: #D3A997; }
a { background-color: rgb(211,169,151); }
div.DivClassName
{
background-color: #D3A997;
}
.BgClassName
{
background-color: #D3A997;
}
</style>
border-color css
<style>
span { border-color: #D3A997; }
span { border-color: rgb(211,169,151); }
td.TdClassName
{
border-color: #D3A997;
}
.TagClassName
{
border-color: #D3A997;
}
</style>