Shades of Flamenco #DF8547
Tints of Flamenco #DF8547
RGB
CMYK
RGB Variations
Color information
#DF8547 (or 0xDF8547) is known color: Flamenco. HEX triplet: DF, 85 and 47. RGB value is (223,133,71). Sum of RGB (Red+Green+Blue) = 223+133+71=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8547 is #207AB8. Grayscale: #999999. Windows color (decimal): -2128569 or 4687327. OLE color: 4687327.
HSL color Cylindrical-coordinate representation of color #DF8547: hue angle of 24.47º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF8547 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 71 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.13 |
| HSL | 24.47º | 0.7% | 0.58% | - |
| HSV(B) | 24.47º | 0.68% | 0.87% | - |
| XYZ | 39.96 | 32.92 | 10.21 | - |
| YUV | 152.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 71 | 0 | 0.40 | 0.68 | 0.13 | 24.47 | 0.7 | 0.58 |
| Hex | DF | 85 | 47 | 0 | 28 | 44 | D | 18 | 46 | 3A |
| Octal | 337 | 205 | 107 | 0 | 50 | 104 | 15 | 30 | 106 | 72 |
| Binary | 11011111 | 10000101 | 1000111 | 0 | 101000 | 1000100 | 1101 | 11000 | 1000110 | 111010 |
Color Harmonies of #DF8547
Complementary color
Monochromatic Colors of #DF8547
Black with #DF8547
Text Example
Text Example
White with #DF8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8547; }
p { color: rgb(223,133,71); }
H1.HeaderClassName
{
color: #DF8547;
}
.AnyTagClassName
{
color: #DF8547;
}
</style>
background-color css
<style>
a { background-color: #DF8547; }
a { background-color: rgb(223,133,71); }
div.DivClassName
{
background-color: #DF8547;
}
.BgClassName
{
background-color: #DF8547;
}
</style>
border-color css
<style>
span { border-color: #DF8547; }
span { border-color: rgb(223,133,71); }
td.TdClassName
{
border-color: #DF8547;
}
.TagClassName
{
border-color: #DF8547;
}
</style>