Shades of Flamenco #DF8450
Tints of Flamenco #DF8450
RGB
CMYK
RGB Variations
Color information
#DF8450 (or 0xDF8450) is known color: Flamenco. HEX triplet: DF, 84 and 50. RGB value is (223,132,80). Sum of RGB (Red+Green+Blue) = 223+132+80=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8450 is #207BAF. Grayscale: #999999. Windows color (decimal): -2128816 or 5276895. OLE color: 5276895.
HSL color Cylindrical-coordinate representation of color #DF8450: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF8450 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 80 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.13 |
| HSL | 21.82º | 0.69% | 0.59% | - |
| HSV(B) | 21.82º | 0.64% | 0.87% | - |
| XYZ | 40.13 | 32.77 | 11.8 | - |
| YUV | 153.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 80 | 0 | 0.41 | 0.64 | 0.13 | 21.82 | 0.69 | 0.59 |
| Hex | DF | 84 | 50 | 0 | 29 | 40 | D | 16 | 45 | 3B |
| Octal | 337 | 204 | 120 | 0 | 51 | 100 | 15 | 26 | 105 | 73 |
| Binary | 11011111 | 10000100 | 1010000 | 0 | 101001 | 1000000 | 1101 | 10110 | 1000101 | 111011 |
Color Harmonies of #DF8450
Complementary color
Monochromatic Colors of #DF8450
Black with #DF8450
Text Example
Text Example
White with #DF8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8450; }
p { color: rgb(223,132,80); }
H1.HeaderClassName
{
color: #DF8450;
}
.AnyTagClassName
{
color: #DF8450;
}
</style>
background-color css
<style>
a { background-color: #DF8450; }
a { background-color: rgb(223,132,80); }
div.DivClassName
{
background-color: #DF8450;
}
.BgClassName
{
background-color: #DF8450;
}
</style>
border-color css
<style>
span { border-color: #DF8450; }
span { border-color: rgb(223,132,80); }
td.TdClassName
{
border-color: #DF8450;
}
.TagClassName
{
border-color: #DF8450;
}
</style>