Shades of Rose #DFA496
Tints of Rose #DFA496
RGB
CMYK
RGB Variations
Color information
#DFA496 (or 0xDFA496) is known color: Rose. HEX triplet: DF, A4 and 96. RGB value is (223,164,150). Sum of RGB (Red+Green+Blue) = 223+164+150=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA496 is #205B69. Grayscale: #B4B4B4. Windows color (decimal): -2120554 or 9872607. OLE color: 9872607.
HSL color Cylindrical-coordinate representation of color #DFA496: hue angle of 11.51º 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 #DFA496 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 150 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.13 |
| HSL | 11.51º | 0.53% | 0.73% | - |
| HSV(B) | 11.51º | 0.33% | 0.87% | - |
| XYZ | 49.21 | 44.44 | 34.84 | - |
| YUV | 180.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 150 | 0 | 0.26 | 0.33 | 0.13 | 11.51 | 0.53 | 0.73 |
| Hex | DF | A4 | 96 | 0 | 1A | 21 | D | C | 35 | 49 |
| Octal | 337 | 244 | 226 | 0 | 32 | 41 | 15 | 14 | 65 | 111 |
| Binary | 11011111 | 10100100 | 10010110 | 0 | 11010 | 100001 | 1101 | 1100 | 110101 | 1001001 |
Color Harmonies of #DFA496
Complementary color
Monochromatic Colors of #DFA496
Black with #DFA496
Text Example
Text Example
White with #DFA496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA496; }
p { color: rgb(223,164,150); }
H1.HeaderClassName
{
color: #DFA496;
}
.AnyTagClassName
{
color: #DFA496;
}
</style>
background-color css
<style>
a { background-color: #DFA496; }
a { background-color: rgb(223,164,150); }
div.DivClassName
{
background-color: #DFA496;
}
.BgClassName
{
background-color: #DFA496;
}
</style>
border-color css
<style>
span { border-color: #DFA496; }
span { border-color: rgb(223,164,150); }
td.TdClassName
{
border-color: #DFA496;
}
.TagClassName
{
border-color: #DFA496;
}
</style>