Shades of Rose #DFA49E
Tints of Rose #DFA49E
RGB
CMYK
RGB Variations
Color information
#DFA49E (or 0xDFA49E) is known color: Rose. HEX triplet: DF, A4 and 9E. RGB value is (223,164,158). Sum of RGB (Red+Green+Blue) = 223+164+158=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA49E is #205B61. Grayscale: #B5B5B5. Windows color (decimal): -2120546 or 10396895. OLE color: 10396895.
HSL color Cylindrical-coordinate representation of color #DFA49E: hue angle of 5.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA49E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 158 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.13 |
| HSL | 5.54º | 0.5% | 0.75% | - |
| HSV(B) | 5.54º | 0.29% | 0.87% | - |
| XYZ | 49.88 | 44.71 | 38.35 | - |
| YUV | 180.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 158 | 0 | 0.26 | 0.29 | 0.13 | 5.54 | 0.5 | 0.75 |
| Hex | DF | A4 | 9E | 0 | 1A | 1D | D | 6 | 32 | 4B |
| Octal | 337 | 244 | 236 | 0 | 32 | 35 | 15 | 6 | 62 | 113 |
| Binary | 11011111 | 10100100 | 10011110 | 0 | 11010 | 11101 | 1101 | 110 | 110010 | 1001011 |
Color Harmonies of #DFA49E
Complementary color
Monochromatic Colors of #DFA49E
Black with #DFA49E
Text Example
Text Example
White with #DFA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA49E; }
p { color: rgb(223,164,158); }
H1.HeaderClassName
{
color: #DFA49E;
}
.AnyTagClassName
{
color: #DFA49E;
}
</style>
background-color css
<style>
a { background-color: #DFA49E; }
a { background-color: rgb(223,164,158); }
div.DivClassName
{
background-color: #DFA49E;
}
.BgClassName
{
background-color: #DFA49E;
}
</style>
border-color css
<style>
span { border-color: #DFA49E; }
span { border-color: rgb(223,164,158); }
td.TdClassName
{
border-color: #DFA49E;
}
.TagClassName
{
border-color: #DFA49E;
}
</style>