Shades of Rose #D3A191
Tints of Rose #D3A191
RGB
CMYK
RGB Variations
Color information
#D3A191 (or 0xD3A191) is known color: Rose. HEX triplet: D3, A1 and 91. RGB value is (211,161,145). Sum of RGB (Red+Green+Blue) = 211+161+145=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A191 is #2C5E6E. Grayscale: #AEAEAE. Windows color (decimal): -2907759 or 9544147. OLE color: 9544147.
HSL color Cylindrical-coordinate representation of color #D3A191: hue angle of 14.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3A191 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 145 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.17 |
| HSL | 14.55º | 0.43% | 0.7% | - |
| HSV(B) | 14.55º | 0.31% | 0.83% | - |
| XYZ | 44.72 | 41.38 | 32.42 | - |
| YUV | 174.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 145 | 0 | 0.24 | 0.31 | 0.17 | 14.55 | 0.43 | 0.7 |
| Hex | D3 | A1 | 91 | 0 | 18 | 1F | 11 | F | 2B | 46 |
| Octal | 323 | 241 | 221 | 0 | 30 | 37 | 21 | 17 | 53 | 106 |
| Binary | 11010011 | 10100001 | 10010001 | 0 | 11000 | 11111 | 10001 | 1111 | 101011 | 1000110 |
Color Harmonies of #D3A191
Complementary color
Monochromatic Colors of #D3A191
Black with #D3A191
Text Example
Text Example
White with #D3A191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A191; }
p { color: rgb(211,161,145); }
H1.HeaderClassName
{
color: #D3A191;
}
.AnyTagClassName
{
color: #D3A191;
}
</style>
background-color css
<style>
a { background-color: #D3A191; }
a { background-color: rgb(211,161,145); }
div.DivClassName
{
background-color: #D3A191;
}
.BgClassName
{
background-color: #D3A191;
}
</style>
border-color css
<style>
span { border-color: #D3A191; }
span { border-color: rgb(211,161,145); }
td.TdClassName
{
border-color: #D3A191;
}
.TagClassName
{
border-color: #D3A191;
}
</style>