Shades of Flamenco #DF8551
Tints of Flamenco #DF8551
RGB
CMYK
RGB Variations
Color information
#DF8551 (or 0xDF8551) is known color: Flamenco. HEX triplet: DF, 85 and 51. RGB value is (223,133,81). Sum of RGB (Red+Green+Blue) = 223+133+81=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8551 is #207AAE. Grayscale: #9A9A9A. Windows color (decimal): -2128559 or 5342687. OLE color: 5342687.
HSL color Cylindrical-coordinate representation of color #DF8551: hue angle of 21.97º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF8551 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 81 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.13 |
| HSL | 21.97º | 0.69% | 0.6% | - |
| HSV(B) | 21.97º | 0.64% | 0.87% | - |
| XYZ | 40.3 | 33.06 | 12.04 | - |
| YUV | 153.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 81 | 0 | 0.40 | 0.64 | 0.13 | 21.97 | 0.69 | 0.6 |
| Hex | DF | 85 | 51 | 0 | 28 | 40 | D | 16 | 45 | 3C |
| Octal | 337 | 205 | 121 | 0 | 50 | 100 | 15 | 26 | 105 | 74 |
| Binary | 11011111 | 10000101 | 1010001 | 0 | 101000 | 1000000 | 1101 | 10110 | 1000101 | 111100 |
Color Harmonies of #DF8551
Complementary color
Monochromatic Colors of #DF8551
Black with #DF8551
Text Example
Text Example
White with #DF8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8551; }
p { color: rgb(223,133,81); }
H1.HeaderClassName
{
color: #DF8551;
}
.AnyTagClassName
{
color: #DF8551;
}
</style>
background-color css
<style>
a { background-color: #DF8551; }
a { background-color: rgb(223,133,81); }
div.DivClassName
{
background-color: #DF8551;
}
.BgClassName
{
background-color: #DF8551;
}
</style>
border-color css
<style>
span { border-color: #DF8551; }
span { border-color: rgb(223,133,81); }
td.TdClassName
{
border-color: #DF8551;
}
.TagClassName
{
border-color: #DF8551;
}
</style>