Shades of Rose #D3A799
Tints of Rose #D3A799
RGB
CMYK
RGB Variations
Color information
#D3A799 (or 0xD3A799) is known color: Rose. HEX triplet: D3, A7 and 99. RGB value is (211,167,153). Sum of RGB (Red+Green+Blue) = 211+167+153=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A799 is #2C5866. Grayscale: #B2B2B2. Windows color (decimal): -2906215 or 10069971. OLE color: 10069971.
HSL color Cylindrical-coordinate representation of color #D3A799: hue angle of 14.48º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3A799 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 153 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.17 |
| HSL | 14.48º | 0.4% | 0.71% | - |
| HSV(B) | 14.48º | 0.27% | 0.83% | - |
| XYZ | 46.43 | 43.79 | 36.14 | - |
| YUV | 178.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 153 | 0 | 0.21 | 0.27 | 0.17 | 14.48 | 0.4 | 0.71 |
| Hex | D3 | A7 | 99 | 0 | 15 | 1B | 11 | E | 28 | 47 |
| Octal | 323 | 247 | 231 | 0 | 25 | 33 | 21 | 16 | 50 | 107 |
| Binary | 11010011 | 10100111 | 10011001 | 0 | 10101 | 11011 | 10001 | 1110 | 101000 | 1000111 |
Color Harmonies of #D3A799
Complementary color
Monochromatic Colors of #D3A799
Black with #D3A799
Text Example
Text Example
White with #D3A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A799; }
p { color: rgb(211,167,153); }
H1.HeaderClassName
{
color: #D3A799;
}
.AnyTagClassName
{
color: #D3A799;
}
</style>
background-color css
<style>
a { background-color: #D3A799; }
a { background-color: rgb(211,167,153); }
div.DivClassName
{
background-color: #D3A799;
}
.BgClassName
{
background-color: #D3A799;
}
</style>
border-color css
<style>
span { border-color: #D3A799; }
span { border-color: rgb(211,167,153); }
td.TdClassName
{
border-color: #D3A799;
}
.TagClassName
{
border-color: #D3A799;
}
</style>