Shades of Flamenco #DF8948
Tints of Flamenco #DF8948
RGB
CMYK
RGB Variations
Color information
#DF8948 (or 0xDF8948) is known color: Flamenco. HEX triplet: DF, 89 and 48. RGB value is (223,137,72). Sum of RGB (Red+Green+Blue) = 223+137+72=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8948 is #2076B7. Grayscale: #9B9B9B. Windows color (decimal): -2127544 or 4753887. OLE color: 4753887.
HSL color Cylindrical-coordinate representation of color #DF8948: hue angle of 25.83º 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 #DF8948 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 72 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.13 |
| HSL | 25.83º | 0.7% | 0.58% | - |
| HSV(B) | 25.83º | 0.68% | 0.87% | - |
| XYZ | 40.55 | 34.05 | 10.57 | - |
| YUV | 155.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 72 | 0 | 0.39 | 0.68 | 0.13 | 25.83 | 0.7 | 0.58 |
| Hex | DF | 89 | 48 | 0 | 27 | 44 | D | 1A | 46 | 3A |
| Octal | 337 | 211 | 110 | 0 | 47 | 104 | 15 | 32 | 106 | 72 |
| Binary | 11011111 | 10001001 | 1001000 | 0 | 100111 | 1000100 | 1101 | 11010 | 1000110 | 111010 |
Color Harmonies of #DF8948
Complementary color
Monochromatic Colors of #DF8948
Black with #DF8948
Text Example
Text Example
White with #DF8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8948; }
p { color: rgb(223,137,72); }
H1.HeaderClassName
{
color: #DF8948;
}
.AnyTagClassName
{
color: #DF8948;
}
</style>
background-color css
<style>
a { background-color: #DF8948; }
a { background-color: rgb(223,137,72); }
div.DivClassName
{
background-color: #DF8948;
}
.BgClassName
{
background-color: #DF8948;
}
</style>
border-color css
<style>
span { border-color: #DF8948; }
span { border-color: rgb(223,137,72); }
td.TdClassName
{
border-color: #DF8948;
}
.TagClassName
{
border-color: #DF8948;
}
</style>