Shades of Rose #D0998D
Tints of Rose #D0998D
RGB
CMYK
RGB Variations
Color information
#D0998D (or 0xD0998D) is known color: Rose. HEX triplet: D0, 99 and 8D. RGB value is (208,153,141). Sum of RGB (Red+Green+Blue) = 208+153+141=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0998D is #2F6672. Grayscale: #A8A8A8. Windows color (decimal): -3106419 or 9279952. OLE color: 9279952.
HSL color Cylindrical-coordinate representation of color #D0998D: hue angle of 10.75º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0998D is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 141 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.18 |
| HSL | 10.75º | 0.42% | 0.68% | - |
| HSV(B) | 10.75º | 0.32% | 0.82% | - |
| XYZ | 42.21 | 38.12 | 30.33 | - |
| YUV | 168.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 141 | 0 | 0.26 | 0.32 | 0.18 | 10.75 | 0.42 | 0.68 |
| Hex | D0 | 99 | 8D | 0 | 1A | 20 | 12 | B | 2A | 44 |
| Octal | 320 | 231 | 215 | 0 | 32 | 40 | 22 | 13 | 52 | 104 |
| Binary | 11010000 | 10011001 | 10001101 | 0 | 11010 | 100000 | 10010 | 1011 | 101010 | 1000100 |
Color Harmonies of #D0998D
Complementary color
Monochromatic Colors of #D0998D
Black with #D0998D
Text Example
Text Example
White with #D0998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0998D; }
p { color: rgb(208,153,141); }
H1.HeaderClassName
{
color: #D0998D;
}
.AnyTagClassName
{
color: #D0998D;
}
</style>
background-color css
<style>
a { background-color: #D0998D; }
a { background-color: rgb(208,153,141); }
div.DivClassName
{
background-color: #D0998D;
}
.BgClassName
{
background-color: #D0998D;
}
</style>
border-color css
<style>
span { border-color: #D0998D; }
span { border-color: rgb(208,153,141); }
td.TdClassName
{
border-color: #D0998D;
}
.TagClassName
{
border-color: #D0998D;
}
</style>