Shades of Flamenco #DF8649
Tints of Flamenco #DF8649
RGB
CMYK
RGB Variations
Color information
#DF8649 (or 0xDF8649) is known color: Flamenco. HEX triplet: DF, 86 and 49. RGB value is (223,134,73). Sum of RGB (Red+Green+Blue) = 223+134+73=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8649 is #2079B6. Grayscale: #999999. Windows color (decimal): -2128311 or 4818655. OLE color: 4818655.
HSL color Cylindrical-coordinate representation of color #DF8649: hue angle of 24.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF8649 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 73 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.13 |
| HSL | 24.4º | 0.7% | 0.58% | - |
| HSV(B) | 24.4º | 0.67% | 0.87% | - |
| XYZ | 40.16 | 33.22 | 10.6 | - |
| YUV | 153.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 73 | 0 | 0.40 | 0.67 | 0.13 | 24.4 | 0.7 | 0.58 |
| Hex | DF | 86 | 49 | 0 | 28 | 43 | D | 18 | 46 | 3A |
| Octal | 337 | 206 | 111 | 0 | 50 | 103 | 15 | 30 | 106 | 72 |
| Binary | 11011111 | 10000110 | 1001001 | 0 | 101000 | 1000011 | 1101 | 11000 | 1000110 | 111010 |
Color Harmonies of #DF8649
Complementary color
Monochromatic Colors of #DF8649
Black with #DF8649
Text Example
Text Example
White with #DF8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8649; }
p { color: rgb(223,134,73); }
H1.HeaderClassName
{
color: #DF8649;
}
.AnyTagClassName
{
color: #DF8649;
}
</style>
background-color css
<style>
a { background-color: #DF8649; }
a { background-color: rgb(223,134,73); }
div.DivClassName
{
background-color: #DF8649;
}
.BgClassName
{
background-color: #DF8649;
}
</style>
border-color css
<style>
span { border-color: #DF8649; }
span { border-color: rgb(223,134,73); }
td.TdClassName
{
border-color: #DF8649;
}
.TagClassName
{
border-color: #DF8649;
}
</style>