Shades of Flamenco #DF8748
Tints of Flamenco #DF8748
RGB
CMYK
RGB Variations
Color information
#DF8748 (or 0xDF8748) is known color: Flamenco. HEX triplet: DF, 87 and 48. RGB value is (223,135,72). Sum of RGB (Red+Green+Blue) = 223+135+72=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8748 is #2078B7. Grayscale: #9A9A9A. Windows color (decimal): -2128056 or 4753375. OLE color: 4753375.
HSL color Cylindrical-coordinate representation of color #DF8748: hue angle of 25.03º 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 #DF8748 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 72 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.13 |
| HSL | 25.03º | 0.7% | 0.58% | - |
| HSV(B) | 25.03º | 0.68% | 0.87% | - |
| XYZ | 40.27 | 33.48 | 10.47 | - |
| YUV | 154.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 72 | 0 | 0.39 | 0.68 | 0.13 | 25.03 | 0.7 | 0.58 |
| Hex | DF | 87 | 48 | 0 | 27 | 44 | D | 19 | 46 | 3A |
| Octal | 337 | 207 | 110 | 0 | 47 | 104 | 15 | 31 | 106 | 72 |
| Binary | 11011111 | 10000111 | 1001000 | 0 | 100111 | 1000100 | 1101 | 11001 | 1000110 | 111010 |
Color Harmonies of #DF8748
Complementary color
Monochromatic Colors of #DF8748
Black with #DF8748
Text Example
Text Example
White with #DF8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8748; }
p { color: rgb(223,135,72); }
H1.HeaderClassName
{
color: #DF8748;
}
.AnyTagClassName
{
color: #DF8748;
}
</style>
background-color css
<style>
a { background-color: #DF8748; }
a { background-color: rgb(223,135,72); }
div.DivClassName
{
background-color: #DF8748;
}
.BgClassName
{
background-color: #DF8748;
}
</style>
border-color css
<style>
span { border-color: #DF8748; }
span { border-color: rgb(223,135,72); }
td.TdClassName
{
border-color: #DF8748;
}
.TagClassName
{
border-color: #DF8748;
}
</style>