Shades of Flamenco #DF8C4E
Tints of Flamenco #DF8C4E
RGB
CMYK
RGB Variations
Color information
#DF8C4E (or 0xDF8C4E) is known color: Flamenco. HEX triplet: DF, 8C and 4E. RGB value is (223,140,78). Sum of RGB (Red+Green+Blue) = 223+140+78=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C4E is #2073B1. Grayscale: #9E9E9E. Windows color (decimal): -2126770 or 5147871. OLE color: 5147871.
HSL color Cylindrical-coordinate representation of color #DF8C4E: hue angle of 25.66º 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 #DF8C4E is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 78 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.13 |
| HSL | 25.66º | 0.69% | 0.59% | - |
| HSV(B) | 25.66º | 0.65% | 0.87% | - |
| XYZ | 41.18 | 34.99 | 11.79 | - |
| YUV | 157.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 78 | 0 | 0.37 | 0.65 | 0.13 | 25.66 | 0.69 | 0.59 |
| Hex | DF | 8C | 4E | 0 | 25 | 41 | D | 1A | 45 | 3B |
| Octal | 337 | 214 | 116 | 0 | 45 | 101 | 15 | 32 | 105 | 73 |
| Binary | 11011111 | 10001100 | 1001110 | 0 | 100101 | 1000001 | 1101 | 11010 | 1000101 | 111011 |
Color Harmonies of #DF8C4E
Complementary color
Monochromatic Colors of #DF8C4E
Black with #DF8C4E
Text Example
Text Example
White with #DF8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C4E; }
p { color: rgb(223,140,78); }
H1.HeaderClassName
{
color: #DF8C4E;
}
.AnyTagClassName
{
color: #DF8C4E;
}
</style>
background-color css
<style>
a { background-color: #DF8C4E; }
a { background-color: rgb(223,140,78); }
div.DivClassName
{
background-color: #DF8C4E;
}
.BgClassName
{
background-color: #DF8C4E;
}
</style>
border-color css
<style>
span { border-color: #DF8C4E; }
span { border-color: rgb(223,140,78); }
td.TdClassName
{
border-color: #DF8C4E;
}
.TagClassName
{
border-color: #DF8C4E;
}
</style>