Shades of Rose #DFA894
Tints of Rose #DFA894
RGB
CMYK
RGB Variations
Color information
#DFA894 (or 0xDFA894) is known color: Rose. HEX triplet: DF, A8 and 94. RGB value is (223,168,148). Sum of RGB (Red+Green+Blue) = 223+168+148=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA894 is #20576B. Grayscale: #B6B6B6. Windows color (decimal): -2119532 or 9742559. OLE color: 9742559.
HSL color Cylindrical-coordinate representation of color #DFA894: hue angle of 16º 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 #DFA894 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 148 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.13 |
| HSL | 16º | 0.54% | 0.73% | - |
| HSV(B) | 16º | 0.34% | 0.87% | - |
| XYZ | 49.78 | 45.83 | 34.24 | - |
| YUV | 182.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 148 | 0 | 0.25 | 0.34 | 0.13 | 16 | 0.54 | 0.73 |
| Hex | DF | A8 | 94 | 0 | 19 | 22 | D | 10 | 36 | 49 |
| Octal | 337 | 250 | 224 | 0 | 31 | 42 | 15 | 20 | 66 | 111 |
| Binary | 11011111 | 10101000 | 10010100 | 0 | 11001 | 100010 | 1101 | 10000 | 110110 | 1001001 |
Color Harmonies of #DFA894
Complementary color
Monochromatic Colors of #DFA894
Black with #DFA894
Text Example
Text Example
White with #DFA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA894; }
p { color: rgb(223,168,148); }
H1.HeaderClassName
{
color: #DFA894;
}
.AnyTagClassName
{
color: #DFA894;
}
</style>
background-color css
<style>
a { background-color: #DFA894; }
a { background-color: rgb(223,168,148); }
div.DivClassName
{
background-color: #DFA894;
}
.BgClassName
{
background-color: #DFA894;
}
</style>
border-color css
<style>
span { border-color: #DFA894; }
span { border-color: rgb(223,168,148); }
td.TdClassName
{
border-color: #DFA894;
}
.TagClassName
{
border-color: #DFA894;
}
</style>