Shades of Rose #D2A299
Tints of Rose #D2A299
RGB
CMYK
RGB Variations
Color information
#D2A299 (or 0xD2A299) is known color: Rose. HEX triplet: D2, A2 and 99. RGB value is (210,162,153). Sum of RGB (Red+Green+Blue) = 210+162+153=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A299 is #2D5D66. Grayscale: #AFAFAF. Windows color (decimal): -2973031 or 10068690. OLE color: 10068690.
HSL color Cylindrical-coordinate representation of color #D2A299: hue angle of 9.47º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2A299 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 153 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.18 |
| HSL | 9.47º | 0.39% | 0.71% | - |
| HSV(B) | 9.47º | 0.27% | 0.82% | - |
| XYZ | 45.25 | 41.84 | 35.83 | - |
| YUV | 175.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 153 | 0 | 0.23 | 0.27 | 0.18 | 9.47 | 0.39 | 0.71 |
| Hex | D2 | A2 | 99 | 0 | 17 | 1B | 12 | 9 | 27 | 47 |
| Octal | 322 | 242 | 231 | 0 | 27 | 33 | 22 | 11 | 47 | 107 |
| Binary | 11010010 | 10100010 | 10011001 | 0 | 10111 | 11011 | 10010 | 1001 | 100111 | 1000111 |
Color Harmonies of #D2A299
Complementary color
Monochromatic Colors of #D2A299
Black with #D2A299
Text Example
Text Example
White with #D2A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A299; }
p { color: rgb(210,162,153); }
H1.HeaderClassName
{
color: #D2A299;
}
.AnyTagClassName
{
color: #D2A299;
}
</style>
background-color css
<style>
a { background-color: #D2A299; }
a { background-color: rgb(210,162,153); }
div.DivClassName
{
background-color: #D2A299;
}
.BgClassName
{
background-color: #D2A299;
}
</style>
border-color css
<style>
span { border-color: #D2A299; }
span { border-color: rgb(210,162,153); }
td.TdClassName
{
border-color: #D2A299;
}
.TagClassName
{
border-color: #D2A299;
}
</style>