Shades of Rose #DFA691
Tints of Rose #DFA691
RGB
CMYK
RGB Variations
Color information
#DFA691 (or 0xDFA691) is known color: Rose. HEX triplet: DF, A6 and 91. RGB value is (223,166,145). Sum of RGB (Red+Green+Blue) = 223+166+145=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA691 is #20596E. Grayscale: #B4B4B4. Windows color (decimal): -2120047 or 9545439. OLE color: 9545439.
HSL color Cylindrical-coordinate representation of color #DFA691: hue angle of 16.15º 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 #DFA691 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 145 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.13 |
| HSL | 16.15º | 0.55% | 0.72% | - |
| HSV(B) | 16.15º | 0.35% | 0.87% | - |
| XYZ | 49.18 | 45 | 32.88 | - |
| YUV | 180.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 145 | 0 | 0.26 | 0.35 | 0.13 | 16.15 | 0.55 | 0.72 |
| Hex | DF | A6 | 91 | 0 | 1A | 23 | D | 10 | 37 | 48 |
| Octal | 337 | 246 | 221 | 0 | 32 | 43 | 15 | 20 | 67 | 110 |
| Binary | 11011111 | 10100110 | 10010001 | 0 | 11010 | 100011 | 1101 | 10000 | 110111 | 1001000 |
Color Harmonies of #DFA691
Complementary color
Monochromatic Colors of #DFA691
Black with #DFA691
Text Example
Text Example
White with #DFA691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA691; }
p { color: rgb(223,166,145); }
H1.HeaderClassName
{
color: #DFA691;
}
.AnyTagClassName
{
color: #DFA691;
}
</style>
background-color css
<style>
a { background-color: #DFA691; }
a { background-color: rgb(223,166,145); }
div.DivClassName
{
background-color: #DFA691;
}
.BgClassName
{
background-color: #DFA691;
}
</style>
border-color css
<style>
span { border-color: #DFA691; }
span { border-color: rgb(223,166,145); }
td.TdClassName
{
border-color: #DFA691;
}
.TagClassName
{
border-color: #DFA691;
}
</style>