Shades of Rose #DFA997
Tints of Rose #DFA997
RGB
CMYK
RGB Variations
Color information
#DFA997 (or 0xDFA997) is known color: Rose. HEX triplet: DF, A9 and 97. RGB value is (223,169,151). Sum of RGB (Red+Green+Blue) = 223+169+151=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA997 is #205668. Grayscale: #B7B7B7. Windows color (decimal): -2119273 or 9939423. OLE color: 9939423.
HSL color Cylindrical-coordinate representation of color #DFA997: hue angle of 15º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA997 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 151 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.13 |
| HSL | 15º | 0.53% | 0.73% | - |
| HSV(B) | 15º | 0.32% | 0.87% | - |
| XYZ | 50.21 | 46.3 | 35.57 | - |
| YUV | 183.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 151 | 0 | 0.24 | 0.32 | 0.13 | 15 | 0.53 | 0.73 |
| Hex | DF | A9 | 97 | 0 | 18 | 20 | D | F | 35 | 49 |
| Octal | 337 | 251 | 227 | 0 | 30 | 40 | 15 | 17 | 65 | 111 |
| Binary | 11011111 | 10101001 | 10010111 | 0 | 11000 | 100000 | 1101 | 1111 | 110101 | 1001001 |
Color Harmonies of #DFA997
Complementary color
Monochromatic Colors of #DFA997
Black with #DFA997
Text Example
Text Example
White with #DFA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA997; }
p { color: rgb(223,169,151); }
H1.HeaderClassName
{
color: #DFA997;
}
.AnyTagClassName
{
color: #DFA997;
}
</style>
background-color css
<style>
a { background-color: #DFA997; }
a { background-color: rgb(223,169,151); }
div.DivClassName
{
background-color: #DFA997;
}
.BgClassName
{
background-color: #DFA997;
}
</style>
border-color css
<style>
span { border-color: #DFA997; }
span { border-color: rgb(223,169,151); }
td.TdClassName
{
border-color: #DFA997;
}
.TagClassName
{
border-color: #DFA997;
}
</style>