Shades of Rose #D49F99
Tints of Rose #D49F99
RGB
CMYK
RGB Variations
Color information
#D49F99 (or 0xD49F99) is known color: Rose. HEX triplet: D4, 9F and 99. RGB value is (212,159,153). Sum of RGB (Red+Green+Blue) = 212+159+153=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F99 is #2B6066. Grayscale: #AEAEAE. Windows color (decimal): -2842727 or 10067924. OLE color: 10067924.
HSL color Cylindrical-coordinate representation of color #D49F99: hue angle of 6.1º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49F99 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 153 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.17 |
| HSL | 6.1º | 0.41% | 0.72% | - |
| HSV(B) | 6.1º | 0.28% | 0.83% | - |
| XYZ | 45.3 | 41.09 | 35.68 | - |
| YUV | 174.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 153 | 0 | 0.25 | 0.28 | 0.17 | 6.1 | 0.41 | 0.72 |
| Hex | D4 | 9F | 99 | 0 | 19 | 1C | 11 | 6 | 29 | 48 |
| Octal | 324 | 237 | 231 | 0 | 31 | 34 | 21 | 6 | 51 | 110 |
| Binary | 11010100 | 10011111 | 10011001 | 0 | 11001 | 11100 | 10001 | 110 | 101001 | 1001000 |
Color Harmonies of #D49F99
Complementary color
Monochromatic Colors of #D49F99
Black with #D49F99
Text Example
Text Example
White with #D49F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F99; }
p { color: rgb(212,159,153); }
H1.HeaderClassName
{
color: #D49F99;
}
.AnyTagClassName
{
color: #D49F99;
}
</style>
background-color css
<style>
a { background-color: #D49F99; }
a { background-color: rgb(212,159,153); }
div.DivClassName
{
background-color: #D49F99;
}
.BgClassName
{
background-color: #D49F99;
}
</style>
border-color css
<style>
span { border-color: #D49F99; }
span { border-color: rgb(212,159,153); }
td.TdClassName
{
border-color: #D49F99;
}
.TagClassName
{
border-color: #D49F99;
}
</style>