Shades of Rose #DFA393
Tints of Rose #DFA393
RGB
CMYK
RGB Variations
Color information
#DFA393 (or 0xDFA393) is known color: Rose. HEX triplet: DF, A3 and 93. RGB value is (223,163,147). Sum of RGB (Red+Green+Blue) = 223+163+147=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA393 is #205C6C. Grayscale: #B3B3B3. Windows color (decimal): -2120813 or 9675743. OLE color: 9675743.
HSL color Cylindrical-coordinate representation of color #DFA393: hue angle of 12.63º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA393 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 147 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.13 |
| HSL | 12.63º | 0.54% | 0.73% | - |
| HSV(B) | 12.63º | 0.34% | 0.87% | - |
| XYZ | 48.8 | 43.99 | 33.52 | - |
| YUV | 179.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 147 | 0 | 0.27 | 0.34 | 0.13 | 12.63 | 0.54 | 0.73 |
| Hex | DF | A3 | 93 | 0 | 1B | 22 | D | D | 36 | 49 |
| Octal | 337 | 243 | 223 | 0 | 33 | 42 | 15 | 15 | 66 | 111 |
| Binary | 11011111 | 10100011 | 10010011 | 0 | 11011 | 100010 | 1101 | 1101 | 110110 | 1001001 |
Color Harmonies of #DFA393
Complementary color
Monochromatic Colors of #DFA393
Black with #DFA393
Text Example
Text Example
White with #DFA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA393; }
p { color: rgb(223,163,147); }
H1.HeaderClassName
{
color: #DFA393;
}
.AnyTagClassName
{
color: #DFA393;
}
</style>
background-color css
<style>
a { background-color: #DFA393; }
a { background-color: rgb(223,163,147); }
div.DivClassName
{
background-color: #DFA393;
}
.BgClassName
{
background-color: #DFA393;
}
</style>
border-color css
<style>
span { border-color: #DFA393; }
span { border-color: rgb(223,163,147); }
td.TdClassName
{
border-color: #DFA393;
}
.TagClassName
{
border-color: #DFA393;
}
</style>