Shades of Rose #DFA696
Tints of Rose #DFA696
RGB
CMYK
RGB Variations
Color information
#DFA696 (or 0xDFA696) is known color: Rose. HEX triplet: DF, A6 and 96. RGB value is (223,166,150). Sum of RGB (Red+Green+Blue) = 223+166+150=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA696 is #205969. Grayscale: #B5B5B5. Windows color (decimal): -2120042 or 9873119. OLE color: 9873119.
HSL color Cylindrical-coordinate representation of color #DFA696: hue angle of 13.15º degrees, saturation: 0.53, 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 #DFA696 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 150 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.13 |
| HSL | 13.15º | 0.53% | 0.73% | - |
| HSV(B) | 13.15º | 0.33% | 0.87% | - |
| XYZ | 49.57 | 45.16 | 34.96 | - |
| YUV | 181.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 150 | 0 | 0.26 | 0.33 | 0.13 | 13.15 | 0.53 | 0.73 |
| Hex | DF | A6 | 96 | 0 | 1A | 21 | D | D | 35 | 49 |
| Octal | 337 | 246 | 226 | 0 | 32 | 41 | 15 | 15 | 65 | 111 |
| Binary | 11011111 | 10100110 | 10010110 | 0 | 11010 | 100001 | 1101 | 1101 | 110101 | 1001001 |
Color Harmonies of #DFA696
Complementary color
Monochromatic Colors of #DFA696
Black with #DFA696
Text Example
Text Example
White with #DFA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA696; }
p { color: rgb(223,166,150); }
H1.HeaderClassName
{
color: #DFA696;
}
.AnyTagClassName
{
color: #DFA696;
}
</style>
background-color css
<style>
a { background-color: #DFA696; }
a { background-color: rgb(223,166,150); }
div.DivClassName
{
background-color: #DFA696;
}
.BgClassName
{
background-color: #DFA696;
}
</style>
border-color css
<style>
span { border-color: #DFA696; }
span { border-color: rgb(223,166,150); }
td.TdClassName
{
border-color: #DFA696;
}
.TagClassName
{
border-color: #DFA696;
}
</style>