Shades of Rose #DFA491
Tints of Rose #DFA491
RGB
CMYK
RGB Variations
Color information
#DFA491 (or 0xDFA491) is known color: Rose. HEX triplet: DF, A4 and 91. RGB value is (223,164,145). Sum of RGB (Red+Green+Blue) = 223+164+145=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA491 is #205B6E. Grayscale: #B3B3B3. Windows color (decimal): -2120559 or 9544927. OLE color: 9544927.
HSL color Cylindrical-coordinate representation of color #DFA491: hue angle of 14.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA491 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 145 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.13 |
| HSL | 14.62º | 0.55% | 0.72% | - |
| HSV(B) | 14.62º | 0.35% | 0.87% | - |
| XYZ | 48.82 | 44.28 | 32.76 | - |
| YUV | 179.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 145 | 0 | 0.26 | 0.35 | 0.13 | 14.62 | 0.55 | 0.72 |
| Hex | DF | A4 | 91 | 0 | 1A | 23 | D | F | 37 | 48 |
| Octal | 337 | 244 | 221 | 0 | 32 | 43 | 15 | 17 | 67 | 110 |
| Binary | 11011111 | 10100100 | 10010001 | 0 | 11010 | 100011 | 1101 | 1111 | 110111 | 1001000 |
Color Harmonies of #DFA491
Complementary color
Monochromatic Colors of #DFA491
Black with #DFA491
Text Example
Text Example
White with #DFA491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA491; }
p { color: rgb(223,164,145); }
H1.HeaderClassName
{
color: #DFA491;
}
.AnyTagClassName
{
color: #DFA491;
}
</style>
background-color css
<style>
a { background-color: #DFA491; }
a { background-color: rgb(223,164,145); }
div.DivClassName
{
background-color: #DFA491;
}
.BgClassName
{
background-color: #DFA491;
}
</style>
border-color css
<style>
span { border-color: #DFA491; }
span { border-color: rgb(223,164,145); }
td.TdClassName
{
border-color: #DFA491;
}
.TagClassName
{
border-color: #DFA491;
}
</style>