Shades of Rose #D2A793
Tints of Rose #D2A793
RGB
CMYK
RGB Variations
Color information
#D2A793 (or 0xD2A793) is known color: Rose. HEX triplet: D2, A7 and 93. RGB value is (210,167,147). Sum of RGB (Red+Green+Blue) = 210+167+147=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A793 is #2D586C. Grayscale: #B1B1B1. Windows color (decimal): -2971757 or 9676754. OLE color: 9676754.
HSL color Cylindrical-coordinate representation of color #D2A793: hue angle of 19.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A793 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 147 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.18 |
| HSL | 19.05º | 0.41% | 0.7% | - |
| HSV(B) | 19.05º | 0.3% | 0.82% | - |
| XYZ | 45.66 | 43.45 | 33.58 | - |
| YUV | 177.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 147 | 0 | 0.20 | 0.30 | 0.18 | 19.05 | 0.41 | 0.7 |
| Hex | D2 | A7 | 93 | 0 | 14 | 1E | 12 | 13 | 29 | 46 |
| Octal | 322 | 247 | 223 | 0 | 24 | 36 | 22 | 23 | 51 | 106 |
| Binary | 11010010 | 10100111 | 10010011 | 0 | 10100 | 11110 | 10010 | 10011 | 101001 | 1000110 |
Color Harmonies of #D2A793
Complementary color
Monochromatic Colors of #D2A793
Black with #D2A793
Text Example
Text Example
White with #D2A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A793; }
p { color: rgb(210,167,147); }
H1.HeaderClassName
{
color: #D2A793;
}
.AnyTagClassName
{
color: #D2A793;
}
</style>
background-color css
<style>
a { background-color: #D2A793; }
a { background-color: rgb(210,167,147); }
div.DivClassName
{
background-color: #D2A793;
}
.BgClassName
{
background-color: #D2A793;
}
</style>
border-color css
<style>
span { border-color: #D2A793; }
span { border-color: rgb(210,167,147); }
td.TdClassName
{
border-color: #D2A793;
}
.TagClassName
{
border-color: #D2A793;
}
</style>