Shades of Flamenco #DF8746
Tints of Flamenco #DF8746
RGB
CMYK
RGB Variations
Color information
#DF8746 (or 0xDF8746) is known color: Flamenco. HEX triplet: DF, 87 and 46. RGB value is (223,135,70). Sum of RGB (Red+Green+Blue) = 223+135+70=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8746 is #2078B9. Grayscale: #9A9A9A. Windows color (decimal): -2128058 or 4622303. OLE color: 4622303.
HSL color Cylindrical-coordinate representation of color #DF8746: hue angle of 25.49º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF8746 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 70 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.13 |
| HSL | 25.49º | 0.71% | 0.57% | - |
| HSV(B) | 25.49º | 0.69% | 0.87% | - |
| XYZ | 40.2 | 33.46 | 10.13 | - |
| YUV | 153.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 70 | 0 | 0.39 | 0.69 | 0.13 | 25.49 | 0.71 | 0.57 |
| Hex | DF | 87 | 46 | 0 | 27 | 45 | D | 19 | 47 | 39 |
| Octal | 337 | 207 | 106 | 0 | 47 | 105 | 15 | 31 | 107 | 71 |
| Binary | 11011111 | 10000111 | 1000110 | 0 | 100111 | 1000101 | 1101 | 11001 | 1000111 | 111001 |
Color Harmonies of #DF8746
Complementary color
Monochromatic Colors of #DF8746
Black with #DF8746
Text Example
Text Example
White with #DF8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8746; }
p { color: rgb(223,135,70); }
H1.HeaderClassName
{
color: #DF8746;
}
.AnyTagClassName
{
color: #DF8746;
}
</style>
background-color css
<style>
a { background-color: #DF8746; }
a { background-color: rgb(223,135,70); }
div.DivClassName
{
background-color: #DF8746;
}
.BgClassName
{
background-color: #DF8746;
}
</style>
border-color css
<style>
span { border-color: #DF8746; }
span { border-color: rgb(223,135,70); }
td.TdClassName
{
border-color: #DF8746;
}
.TagClassName
{
border-color: #DF8746;
}
</style>