Shades of Flamenco #DF864F
Tints of Flamenco #DF864F
RGB
CMYK
RGB Variations
Color information
#DF864F (or 0xDF864F) is known color: Flamenco. HEX triplet: DF, 86 and 4F. RGB value is (223,134,79). Sum of RGB (Red+Green+Blue) = 223+134+79=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF864F is #2079B0. Grayscale: #9A9A9A. Windows color (decimal): -2128305 or 5211871. OLE color: 5211871.
HSL color Cylindrical-coordinate representation of color #DF864F: hue angle of 22.92º 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 #DF864F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 79 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.13 |
| HSL | 22.92º | 0.69% | 0.59% | - |
| HSV(B) | 22.92º | 0.65% | 0.87% | - |
| XYZ | 40.37 | 33.3 | 11.7 | - |
| YUV | 154.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 79 | 0 | 0.40 | 0.65 | 0.13 | 22.92 | 0.69 | 0.59 |
| Hex | DF | 86 | 4F | 0 | 28 | 41 | D | 17 | 45 | 3B |
| Octal | 337 | 206 | 117 | 0 | 50 | 101 | 15 | 27 | 105 | 73 |
| Binary | 11011111 | 10000110 | 1001111 | 0 | 101000 | 1000001 | 1101 | 10111 | 1000101 | 111011 |
Color Harmonies of #DF864F
Complementary color
Monochromatic Colors of #DF864F
Black with #DF864F
Text Example
Text Example
White with #DF864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF864F; }
p { color: rgb(223,134,79); }
H1.HeaderClassName
{
color: #DF864F;
}
.AnyTagClassName
{
color: #DF864F;
}
</style>
background-color css
<style>
a { background-color: #DF864F; }
a { background-color: rgb(223,134,79); }
div.DivClassName
{
background-color: #DF864F;
}
.BgClassName
{
background-color: #DF864F;
}
</style>
border-color css
<style>
span { border-color: #DF864F; }
span { border-color: rgb(223,134,79); }
td.TdClassName
{
border-color: #DF864F;
}
.TagClassName
{
border-color: #DF864F;
}
</style>