Shades of Flamenco #DF8552
Tints of Flamenco #DF8552
RGB
CMYK
RGB Variations
Color information
#DF8552 (or 0xDF8552) is known color: Flamenco. HEX triplet: DF, 85 and 52. RGB value is (223,133,82). Sum of RGB (Red+Green+Blue) = 223+133+82=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8552 is #207AAD. Grayscale: #9A9A9A. Windows color (decimal): -2128558 or 5408223. OLE color: 5408223.
HSL color Cylindrical-coordinate representation of color #DF8552: hue angle of 21.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF8552 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 82 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.13 |
| HSL | 21.7º | 0.69% | 0.6% | - |
| HSV(B) | 21.7º | 0.63% | 0.87% | - |
| XYZ | 40.34 | 33.07 | 12.24 | - |
| YUV | 154.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 82 | 0 | 0.40 | 0.63 | 0.13 | 21.7 | 0.69 | 0.6 |
| Hex | DF | 85 | 52 | 0 | 28 | 3F | D | 16 | 45 | 3C |
| Octal | 337 | 205 | 122 | 0 | 50 | 77 | 15 | 26 | 105 | 74 |
| Binary | 11011111 | 10000101 | 1010010 | 0 | 101000 | 111111 | 1101 | 10110 | 1000101 | 111100 |
Color Harmonies of #DF8552
Complementary color
Monochromatic Colors of #DF8552
Black with #DF8552
Text Example
Text Example
White with #DF8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8552; }
p { color: rgb(223,133,82); }
H1.HeaderClassName
{
color: #DF8552;
}
.AnyTagClassName
{
color: #DF8552;
}
</style>
background-color css
<style>
a { background-color: #DF8552; }
a { background-color: rgb(223,133,82); }
div.DivClassName
{
background-color: #DF8552;
}
.BgClassName
{
background-color: #DF8552;
}
</style>
border-color css
<style>
span { border-color: #DF8552; }
span { border-color: rgb(223,133,82); }
td.TdClassName
{
border-color: #DF8552;
}
.TagClassName
{
border-color: #DF8552;
}
</style>