Shades of Rose #D0998C
Tints of Rose #D0998C
RGB
CMYK
RGB Variations
Color information
#D0998C (or 0xD0998C) is known color: Rose. HEX triplet: D0, 99 and 8C. RGB value is (208,153,140). Sum of RGB (Red+Green+Blue) = 208+153+140=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0998C is #2F6673. Grayscale: #A8A8A8. Windows color (decimal): -3106420 or 9214416. OLE color: 9214416.
HSL color Cylindrical-coordinate representation of color #D0998C: hue angle of 11.47º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0998C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 140 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.18 |
| HSL | 11.47º | 0.42% | 0.68% | - |
| HSV(B) | 11.47º | 0.33% | 0.82% | - |
| XYZ | 42.14 | 38.09 | 29.94 | - |
| YUV | 167.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 140 | 0 | 0.26 | 0.33 | 0.18 | 11.47 | 0.42 | 0.68 |
| Hex | D0 | 99 | 8C | 0 | 1A | 21 | 12 | B | 2A | 44 |
| Octal | 320 | 231 | 214 | 0 | 32 | 41 | 22 | 13 | 52 | 104 |
| Binary | 11010000 | 10011001 | 10001100 | 0 | 11010 | 100001 | 10010 | 1011 | 101010 | 1000100 |
Color Harmonies of #D0998C
Complementary color
Monochromatic Colors of #D0998C
Black with #D0998C
Text Example
Text Example
White with #D0998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0998C; }
p { color: rgb(208,153,140); }
H1.HeaderClassName
{
color: #D0998C;
}
.AnyTagClassName
{
color: #D0998C;
}
</style>
background-color css
<style>
a { background-color: #D0998C; }
a { background-color: rgb(208,153,140); }
div.DivClassName
{
background-color: #D0998C;
}
.BgClassName
{
background-color: #D0998C;
}
</style>
border-color css
<style>
span { border-color: #D0998C; }
span { border-color: rgb(208,153,140); }
td.TdClassName
{
border-color: #D0998C;
}
.TagClassName
{
border-color: #D0998C;
}
</style>