Shades of Flamenco #DF8B49
Tints of Flamenco #DF8B49
RGB
CMYK
RGB Variations
Color information
#DF8B49 (or 0xDF8B49) is known color: Flamenco. HEX triplet: DF, 8B and 49. RGB value is (223,139,73). Sum of RGB (Red+Green+Blue) = 223+139+73=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B49 is #2074B6. Grayscale: #9C9C9C. Windows color (decimal): -2127031 or 4819935. OLE color: 4819935.
HSL color Cylindrical-coordinate representation of color #DF8B49: hue angle of 26.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 #DF8B49 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 73 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.13 |
| HSL | 26.4º | 0.7% | 0.58% | - |
| HSV(B) | 26.4º | 0.67% | 0.87% | - |
| XYZ | 40.87 | 34.63 | 10.83 | - |
| YUV | 156.59 | 80.83 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 73 | 0 | 0.38 | 0.67 | 0.13 | 26.4 | 0.7 | 0.58 |
| Hex | DF | 8B | 49 | 0 | 26 | 43 | D | 1A | 46 | 3A |
| Octal | 337 | 213 | 111 | 0 | 46 | 103 | 15 | 32 | 106 | 72 |
| Binary | 11011111 | 10001011 | 1001001 | 0 | 100110 | 1000011 | 1101 | 11010 | 1000110 | 111010 |
Color Harmonies of #DF8B49
Complementary color
Monochromatic Colors of #DF8B49
Black with #DF8B49
Text Example
Text Example
White with #DF8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B49; }
p { color: rgb(223,139,73); }
H1.HeaderClassName
{
color: #DF8B49;
}
.AnyTagClassName
{
color: #DF8B49;
}
</style>
background-color css
<style>
a { background-color: #DF8B49; }
a { background-color: rgb(223,139,73); }
div.DivClassName
{
background-color: #DF8B49;
}
.BgClassName
{
background-color: #DF8B49;
}
</style>
border-color css
<style>
span { border-color: #DF8B49; }
span { border-color: rgb(223,139,73); }
td.TdClassName
{
border-color: #DF8B49;
}
.TagClassName
{
border-color: #DF8B49;
}
</style>