Shades of Rose #DFA49C
Tints of Rose #DFA49C
RGB
CMYK
RGB Variations
Color information
#DFA49C (or 0xDFA49C) is known color: Rose. HEX triplet: DF, A4 and 9C. RGB value is (223,164,156). Sum of RGB (Red+Green+Blue) = 223+164+156=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA49C is #205B63. Grayscale: #B4B4B4. Windows color (decimal): -2120548 or 10265823. OLE color: 10265823.
HSL color Cylindrical-coordinate representation of color #DFA49C: hue angle of 7.16º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA49C is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 156 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.13 |
| HSL | 7.16º | 0.51% | 0.74% | - |
| HSV(B) | 7.16º | 0.3% | 0.87% | - |
| XYZ | 49.71 | 44.64 | 37.45 | - |
| YUV | 180.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 156 | 0 | 0.26 | 0.30 | 0.13 | 7.16 | 0.51 | 0.74 |
| Hex | DF | A4 | 9C | 0 | 1A | 1E | D | 7 | 33 | 4A |
| Octal | 337 | 244 | 234 | 0 | 32 | 36 | 15 | 7 | 63 | 112 |
| Binary | 11011111 | 10100100 | 10011100 | 0 | 11010 | 11110 | 1101 | 111 | 110011 | 1001010 |
Color Harmonies of #DFA49C
Complementary color
Monochromatic Colors of #DFA49C
Black with #DFA49C
Text Example
Text Example
White with #DFA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA49C; }
p { color: rgb(223,164,156); }
H1.HeaderClassName
{
color: #DFA49C;
}
.AnyTagClassName
{
color: #DFA49C;
}
</style>
background-color css
<style>
a { background-color: #DFA49C; }
a { background-color: rgb(223,164,156); }
div.DivClassName
{
background-color: #DFA49C;
}
.BgClassName
{
background-color: #DFA49C;
}
</style>
border-color css
<style>
span { border-color: #DFA49C; }
span { border-color: rgb(223,164,156); }
td.TdClassName
{
border-color: #DFA49C;
}
.TagClassName
{
border-color: #DFA49C;
}
</style>