Shades of Rose #D0998F
Tints of Rose #D0998F
RGB
CMYK
RGB Variations
Color information
#D0998F (or 0xD0998F) is known color: Rose. HEX triplet: D0, 99 and 8F. RGB value is (208,153,143). Sum of RGB (Red+Green+Blue) = 208+153+143=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0998F is #2F6670. Grayscale: #A8A8A8. Windows color (decimal): -3106417 or 9411024. OLE color: 9411024.
HSL color Cylindrical-coordinate representation of color #D0998F: hue angle of 9.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0998F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 143 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.18 |
| HSL | 9.23º | 0.41% | 0.69% | - |
| HSV(B) | 9.23º | 0.31% | 0.82% | - |
| XYZ | 42.36 | 38.18 | 31.12 | - |
| YUV | 168.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 143 | 0 | 0.26 | 0.31 | 0.18 | 9.23 | 0.41 | 0.69 |
| Hex | D0 | 99 | 8F | 0 | 1A | 1F | 12 | 9 | 29 | 45 |
| Octal | 320 | 231 | 217 | 0 | 32 | 37 | 22 | 11 | 51 | 105 |
| Binary | 11010000 | 10011001 | 10001111 | 0 | 11010 | 11111 | 10010 | 1001 | 101001 | 1000101 |
Color Harmonies of #D0998F
Complementary color
Monochromatic Colors of #D0998F
Black with #D0998F
Text Example
Text Example
White with #D0998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0998F; }
p { color: rgb(208,153,143); }
H1.HeaderClassName
{
color: #D0998F;
}
.AnyTagClassName
{
color: #D0998F;
}
</style>
background-color css
<style>
a { background-color: #D0998F; }
a { background-color: rgb(208,153,143); }
div.DivClassName
{
background-color: #D0998F;
}
.BgClassName
{
background-color: #D0998F;
}
</style>
border-color css
<style>
span { border-color: #D0998F; }
span { border-color: rgb(208,153,143); }
td.TdClassName
{
border-color: #D0998F;
}
.TagClassName
{
border-color: #D0998F;
}
</style>