Shades of Flamenco #DF864E
Tints of Flamenco #DF864E
RGB
CMYK
RGB Variations
Color information
#DF864E (or 0xDF864E) is known color: Flamenco. HEX triplet: DF, 86 and 4E. RGB value is (223,134,78). Sum of RGB (Red+Green+Blue) = 223+134+78=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF864E is #2079B1. Grayscale: #9A9A9A. Windows color (decimal): -2128306 or 5146335. OLE color: 5146335.
HSL color Cylindrical-coordinate representation of color #DF864E: hue angle of 23.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF864E is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 78 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.13 |
| HSL | 23.17º | 0.69% | 0.59% | - |
| HSV(B) | 23.17º | 0.65% | 0.87% | - |
| XYZ | 40.33 | 33.29 | 11.51 | - |
| YUV | 154.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 78 | 0 | 0.40 | 0.65 | 0.13 | 23.17 | 0.69 | 0.59 |
| Hex | DF | 86 | 4E | 0 | 28 | 41 | D | 17 | 45 | 3B |
| Octal | 337 | 206 | 116 | 0 | 50 | 101 | 15 | 27 | 105 | 73 |
| Binary | 11011111 | 10000110 | 1001110 | 0 | 101000 | 1000001 | 1101 | 10111 | 1000101 | 111011 |
Color Harmonies of #DF864E
Complementary color
Monochromatic Colors of #DF864E
Black with #DF864E
Text Example
Text Example
White with #DF864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF864E; }
p { color: rgb(223,134,78); }
H1.HeaderClassName
{
color: #DF864E;
}
.AnyTagClassName
{
color: #DF864E;
}
</style>
background-color css
<style>
a { background-color: #DF864E; }
a { background-color: rgb(223,134,78); }
div.DivClassName
{
background-color: #DF864E;
}
.BgClassName
{
background-color: #DF864E;
}
</style>
border-color css
<style>
span { border-color: #DF864E; }
span { border-color: rgb(223,134,78); }
td.TdClassName
{
border-color: #DF864E;
}
.TagClassName
{
border-color: #DF864E;
}
</style>