Shades of Rose #DFA995
Tints of Rose #DFA995
RGB
CMYK
RGB Variations
Color information
#DFA995 (or 0xDFA995) is known color: Rose. HEX triplet: DF, A9 and 95. RGB value is (223,169,149). Sum of RGB (Red+Green+Blue) = 223+169+149=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA995 is #20566A. Grayscale: #B7B7B7. Windows color (decimal): -2119275 or 9808351. OLE color: 9808351.
HSL color Cylindrical-coordinate representation of color #DFA995: hue angle of 16.22º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA995 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 149 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.13 |
| HSL | 16.22º | 0.54% | 0.73% | - |
| HSV(B) | 16.22º | 0.33% | 0.87% | - |
| XYZ | 50.04 | 46.23 | 34.72 | - |
| YUV | 182.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 149 | 0 | 0.24 | 0.33 | 0.13 | 16.22 | 0.54 | 0.73 |
| Hex | DF | A9 | 95 | 0 | 18 | 21 | D | 10 | 36 | 49 |
| Octal | 337 | 251 | 225 | 0 | 30 | 41 | 15 | 20 | 66 | 111 |
| Binary | 11011111 | 10101001 | 10010101 | 0 | 11000 | 100001 | 1101 | 10000 | 110110 | 1001001 |
Color Harmonies of #DFA995
Complementary color
Monochromatic Colors of #DFA995
Black with #DFA995
Text Example
Text Example
White with #DFA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA995; }
p { color: rgb(223,169,149); }
H1.HeaderClassName
{
color: #DFA995;
}
.AnyTagClassName
{
color: #DFA995;
}
</style>
background-color css
<style>
a { background-color: #DFA995; }
a { background-color: rgb(223,169,149); }
div.DivClassName
{
background-color: #DFA995;
}
.BgClassName
{
background-color: #DFA995;
}
</style>
border-color css
<style>
span { border-color: #DFA995; }
span { border-color: rgb(223,169,149); }
td.TdClassName
{
border-color: #DFA995;
}
.TagClassName
{
border-color: #DFA995;
}
</style>