Shades of Flamenco #DF8448
Tints of Flamenco #DF8448
RGB
CMYK
RGB Variations
Color information
#DF8448 (or 0xDF8448) is known color: Flamenco. HEX triplet: DF, 84 and 48. RGB value is (223,132,72). Sum of RGB (Red+Green+Blue) = 223+132+72=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8448 is #207BB7. Grayscale: #989898. Windows color (decimal): -2128824 or 4752607. OLE color: 4752607.
HSL color Cylindrical-coordinate representation of color #DF8448: hue angle of 23.84º 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 #DF8448 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 72 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.13 |
| HSL | 23.84º | 0.7% | 0.58% | - |
| HSV(B) | 23.84º | 0.68% | 0.87% | - |
| XYZ | 39.85 | 32.66 | 10.33 | - |
| YUV | 152.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 72 | 0 | 0.41 | 0.68 | 0.13 | 23.84 | 0.7 | 0.58 |
| Hex | DF | 84 | 48 | 0 | 29 | 44 | D | 18 | 46 | 3A |
| Octal | 337 | 204 | 110 | 0 | 51 | 104 | 15 | 30 | 106 | 72 |
| Binary | 11011111 | 10000100 | 1001000 | 0 | 101001 | 1000100 | 1101 | 11000 | 1000110 | 111010 |
Color Harmonies of #DF8448
Complementary color
Monochromatic Colors of #DF8448
Black with #DF8448
Text Example
Text Example
White with #DF8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8448; }
p { color: rgb(223,132,72); }
H1.HeaderClassName
{
color: #DF8448;
}
.AnyTagClassName
{
color: #DF8448;
}
</style>
background-color css
<style>
a { background-color: #DF8448; }
a { background-color: rgb(223,132,72); }
div.DivClassName
{
background-color: #DF8448;
}
.BgClassName
{
background-color: #DF8448;
}
</style>
border-color css
<style>
span { border-color: #DF8448; }
span { border-color: rgb(223,132,72); }
td.TdClassName
{
border-color: #DF8448;
}
.TagClassName
{
border-color: #DF8448;
}
</style>