Shades of Flamenco #DF894F
Tints of Flamenco #DF894F
RGB
CMYK
RGB Variations
Color information
#DF894F (or 0xDF894F) is known color: Flamenco. HEX triplet: DF, 89 and 4F. RGB value is (223,137,79). Sum of RGB (Red+Green+Blue) = 223+137+79=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF894F is #2076B0. Grayscale: #9C9C9C. Windows color (decimal): -2127537 or 5212639. OLE color: 5212639.
HSL color Cylindrical-coordinate representation of color #DF894F: hue angle of 24.17º 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 #DF894F is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 79 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.13 |
| HSL | 24.17º | 0.69% | 0.59% | - |
| HSV(B) | 24.17º | 0.65% | 0.87% | - |
| XYZ | 40.79 | 34.14 | 11.84 | - |
| YUV | 156.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 79 | 0 | 0.39 | 0.65 | 0.13 | 24.17 | 0.69 | 0.59 |
| Hex | DF | 89 | 4F | 0 | 27 | 41 | D | 18 | 45 | 3B |
| Octal | 337 | 211 | 117 | 0 | 47 | 101 | 15 | 30 | 105 | 73 |
| Binary | 11011111 | 10001001 | 1001111 | 0 | 100111 | 1000001 | 1101 | 11000 | 1000101 | 111011 |
Color Harmonies of #DF894F
Complementary color
Monochromatic Colors of #DF894F
Black with #DF894F
Text Example
Text Example
White with #DF894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF894F; }
p { color: rgb(223,137,79); }
H1.HeaderClassName
{
color: #DF894F;
}
.AnyTagClassName
{
color: #DF894F;
}
</style>
background-color css
<style>
a { background-color: #DF894F; }
a { background-color: rgb(223,137,79); }
div.DivClassName
{
background-color: #DF894F;
}
.BgClassName
{
background-color: #DF894F;
}
</style>
border-color css
<style>
span { border-color: #DF894F; }
span { border-color: rgb(223,137,79); }
td.TdClassName
{
border-color: #DF894F;
}
.TagClassName
{
border-color: #DF894F;
}
</style>