Shades of Flamenco #DF8D4C
Tints of Flamenco #DF8D4C
RGB
CMYK
RGB Variations
Color information
#DF8D4C (or 0xDF8D4C) is known color: Flamenco. HEX triplet: DF, 8D and 4C. RGB value is (223,141,76). Sum of RGB (Red+Green+Blue) = 223+141+76=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D4C is #2072B3. Grayscale: #9E9E9E. Windows color (decimal): -2126516 or 5017055. OLE color: 5017055.
HSL color Cylindrical-coordinate representation of color #DF8D4C: hue angle of 26.53º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF8D4C is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 76 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.13 |
| HSL | 26.53º | 0.7% | 0.59% | - |
| HSV(B) | 26.53º | 0.66% | 0.87% | - |
| XYZ | 41.26 | 35.26 | 11.47 | - |
| YUV | 158.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 76 | 0 | 0.37 | 0.66 | 0.13 | 26.53 | 0.7 | 0.59 |
| Hex | DF | 8D | 4C | 0 | 25 | 42 | D | 1B | 46 | 3B |
| Octal | 337 | 215 | 114 | 0 | 45 | 102 | 15 | 33 | 106 | 73 |
| Binary | 11011111 | 10001101 | 1001100 | 0 | 100101 | 1000010 | 1101 | 11011 | 1000110 | 111011 |
Color Harmonies of #DF8D4C
Complementary color
Monochromatic Colors of #DF8D4C
Black with #DF8D4C
Text Example
Text Example
White with #DF8D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D4C; }
p { color: rgb(223,141,76); }
H1.HeaderClassName
{
color: #DF8D4C;
}
.AnyTagClassName
{
color: #DF8D4C;
}
</style>
background-color css
<style>
a { background-color: #DF8D4C; }
a { background-color: rgb(223,141,76); }
div.DivClassName
{
background-color: #DF8D4C;
}
.BgClassName
{
background-color: #DF8D4C;
}
</style>
border-color css
<style>
span { border-color: #DF8D4C; }
span { border-color: rgb(223,141,76); }
td.TdClassName
{
border-color: #DF8D4C;
}
.TagClassName
{
border-color: #DF8D4C;
}
</style>