Shades of Rose #D2AA98
Tints of Rose #D2AA98
RGB
CMYK
RGB Variations
Color information
#D2AA98 (or 0xD2AA98) is known color: Rose. HEX triplet: D2, AA and 98. RGB value is (210,170,152). Sum of RGB (Red+Green+Blue) = 210+170+152=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA98 is #2D5567. Grayscale: #B4B4B4. Windows color (decimal): -2970984 or 10005202. OLE color: 10005202.
HSL color Cylindrical-coordinate representation of color #D2AA98: hue angle of 18.62º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AA98 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 152 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.18 |
| HSL | 18.62º | 0.39% | 0.71% | - |
| HSV(B) | 18.62º | 0.28% | 0.82% | - |
| XYZ | 46.62 | 44.72 | 35.88 | - |
| YUV | 179.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 152 | 0 | 0.19 | 0.28 | 0.18 | 18.62 | 0.39 | 0.71 |
| Hex | D2 | AA | 98 | 0 | 13 | 1C | 12 | 13 | 27 | 47 |
| Octal | 322 | 252 | 230 | 0 | 23 | 34 | 22 | 23 | 47 | 107 |
| Binary | 11010010 | 10101010 | 10011000 | 0 | 10011 | 11100 | 10010 | 10011 | 100111 | 1000111 |
Color Harmonies of #D2AA98
Complementary color
Monochromatic Colors of #D2AA98
Black with #D2AA98
Text Example
Text Example
White with #D2AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA98; }
p { color: rgb(210,170,152); }
H1.HeaderClassName
{
color: #D2AA98;
}
.AnyTagClassName
{
color: #D2AA98;
}
</style>
background-color css
<style>
a { background-color: #D2AA98; }
a { background-color: rgb(210,170,152); }
div.DivClassName
{
background-color: #D2AA98;
}
.BgClassName
{
background-color: #D2AA98;
}
</style>
border-color css
<style>
span { border-color: #D2AA98; }
span { border-color: rgb(210,170,152); }
td.TdClassName
{
border-color: #D2AA98;
}
.TagClassName
{
border-color: #D2AA98;
}
</style>