Shades of Flamenco #DF8653
Tints of Flamenco #DF8653
RGB
CMYK
RGB Variations
Color information
#DF8653 (or 0xDF8653) is known color: Flamenco. HEX triplet: DF, 86 and 53. RGB value is (223,134,83). Sum of RGB (Red+Green+Blue) = 223+134+83=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8653 is #2079AC. Grayscale: #9B9B9B. Windows color (decimal): -2128301 or 5474015. OLE color: 5474015.
HSL color Cylindrical-coordinate representation of color #DF8653: hue angle of 21.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF8653 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 83 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.13 |
| HSL | 21.86º | 0.69% | 0.6% | - |
| HSV(B) | 21.86º | 0.63% | 0.87% | - |
| XYZ | 40.52 | 33.36 | 12.49 | - |
| YUV | 154.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 83 | 0 | 0.40 | 0.63 | 0.13 | 21.86 | 0.69 | 0.6 |
| Hex | DF | 86 | 53 | 0 | 28 | 3F | D | 16 | 45 | 3C |
| Octal | 337 | 206 | 123 | 0 | 50 | 77 | 15 | 26 | 105 | 74 |
| Binary | 11011111 | 10000110 | 1010011 | 0 | 101000 | 111111 | 1101 | 10110 | 1000101 | 111100 |
Color Harmonies of #DF8653
Complementary color
Monochromatic Colors of #DF8653
Black with #DF8653
Text Example
Text Example
White with #DF8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8653; }
p { color: rgb(223,134,83); }
H1.HeaderClassName
{
color: #DF8653;
}
.AnyTagClassName
{
color: #DF8653;
}
</style>
background-color css
<style>
a { background-color: #DF8653; }
a { background-color: rgb(223,134,83); }
div.DivClassName
{
background-color: #DF8653;
}
.BgClassName
{
background-color: #DF8653;
}
</style>
border-color css
<style>
span { border-color: #DF8653; }
span { border-color: rgb(223,134,83); }
td.TdClassName
{
border-color: #DF8653;
}
.TagClassName
{
border-color: #DF8653;
}
</style>