Shades of Rose #D3A591
Tints of Rose #D3A591
RGB
CMYK
RGB Variations
Color information
#D3A591 (or 0xD3A591) is known color: Rose. HEX triplet: D3, A5 and 91. RGB value is (211,165,145). Sum of RGB (Red+Green+Blue) = 211+165+145=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A591 is #2C5A6E. Grayscale: #B0B0B0. Windows color (decimal): -2906735 or 9545171. OLE color: 9545171.
HSL color Cylindrical-coordinate representation of color #D3A591: hue angle of 18.18º 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 #D3A591 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 145 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.17 |
| HSL | 18.18º | 0.43% | 0.7% | - |
| HSV(B) | 18.18º | 0.31% | 0.83% | - |
| XYZ | 45.43 | 42.8 | 32.66 | - |
| YUV | 176.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 145 | 0 | 0.22 | 0.31 | 0.17 | 18.18 | 0.43 | 0.7 |
| Hex | D3 | A5 | 91 | 0 | 16 | 1F | 11 | 12 | 2B | 46 |
| Octal | 323 | 245 | 221 | 0 | 26 | 37 | 21 | 22 | 53 | 106 |
| Binary | 11010011 | 10100101 | 10010001 | 0 | 10110 | 11111 | 10001 | 10010 | 101011 | 1000110 |
Color Harmonies of #D3A591
Complementary color
Monochromatic Colors of #D3A591
Black with #D3A591
Text Example
Text Example
White with #D3A591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A591; }
p { color: rgb(211,165,145); }
H1.HeaderClassName
{
color: #D3A591;
}
.AnyTagClassName
{
color: #D3A591;
}
</style>
background-color css
<style>
a { background-color: #D3A591; }
a { background-color: rgb(211,165,145); }
div.DivClassName
{
background-color: #D3A591;
}
.BgClassName
{
background-color: #D3A591;
}
</style>
border-color css
<style>
span { border-color: #D3A591; }
span { border-color: rgb(211,165,145); }
td.TdClassName
{
border-color: #D3A591;
}
.TagClassName
{
border-color: #D3A591;
}
</style>