Shades of Rose #DFA298
Tints of Rose #DFA298
RGB
CMYK
RGB Variations
Color information
#DFA298 (or 0xDFA298) is known color: Rose. HEX triplet: DF, A2 and 98. RGB value is (223,162,152). Sum of RGB (Red+Green+Blue) = 223+162+152=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA298 is #205D67. Grayscale: #B3B3B3. Windows color (decimal): -2121064 or 10003167. OLE color: 10003167.
HSL color Cylindrical-coordinate representation of color #DFA298: hue angle of 8.45º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA298 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 152 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.13 |
| HSL | 8.45º | 0.53% | 0.74% | - |
| HSV(B) | 8.45º | 0.32% | 0.87% | - |
| XYZ | 49.02 | 43.8 | 35.58 | - |
| YUV | 179.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 152 | 0 | 0.27 | 0.32 | 0.13 | 8.45 | 0.53 | 0.74 |
| Hex | DF | A2 | 98 | 0 | 1B | 20 | D | 8 | 35 | 4A |
| Octal | 337 | 242 | 230 | 0 | 33 | 40 | 15 | 10 | 65 | 112 |
| Binary | 11011111 | 10100010 | 10011000 | 0 | 11011 | 100000 | 1101 | 1000 | 110101 | 1001010 |
Color Harmonies of #DFA298
Complementary color
Monochromatic Colors of #DFA298
Black with #DFA298
Text Example
Text Example
White with #DFA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA298; }
p { color: rgb(223,162,152); }
H1.HeaderClassName
{
color: #DFA298;
}
.AnyTagClassName
{
color: #DFA298;
}
</style>
background-color css
<style>
a { background-color: #DFA298; }
a { background-color: rgb(223,162,152); }
div.DivClassName
{
background-color: #DFA298;
}
.BgClassName
{
background-color: #DFA298;
}
</style>
border-color css
<style>
span { border-color: #DFA298; }
span { border-color: rgb(223,162,152); }
td.TdClassName
{
border-color: #DFA298;
}
.TagClassName
{
border-color: #DFA298;
}
</style>