Shades of Flamenco #DD864E
Tints of Flamenco #DD864E
RGB
CMYK
RGB Variations
Color information
#DD864E (or 0xDD864E) is known color: Flamenco. HEX triplet: DD, 86 and 4E. RGB value is (221,134,78). Sum of RGB (Red+Green+Blue) = 221+134+78=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD864E is #2279B1. Grayscale: #999999. Windows color (decimal): -2259378 or 5146333. OLE color: 5146333.
HSL color Cylindrical-coordinate representation of color #DD864E: hue angle of 23.5º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD864E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 78 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.13 |
| HSL | 23.5º | 0.68% | 0.59% | - |
| HSV(B) | 23.5º | 0.65% | 0.87% | - |
| XYZ | 39.72 | 32.97 | 11.48 | - |
| YUV | 153.63 | 85.32 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 78 | 0 | 0.39 | 0.65 | 0.13 | 23.5 | 0.68 | 0.59 |
| Hex | DD | 86 | 4E | 0 | 27 | 41 | D | 17 | 44 | 3B |
| Octal | 335 | 206 | 116 | 0 | 47 | 101 | 15 | 27 | 104 | 73 |
| Binary | 11011101 | 10000110 | 1001110 | 0 | 100111 | 1000001 | 1101 | 10111 | 1000100 | 111011 |
Color Harmonies of #DD864E
Complementary color
Monochromatic Colors of #DD864E
Black with #DD864E
Text Example
Text Example
White with #DD864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD864E; }
p { color: rgb(221,134,78); }
H1.HeaderClassName
{
color: #DD864E;
}
.AnyTagClassName
{
color: #DD864E;
}
</style>
background-color css
<style>
a { background-color: #DD864E; }
a { background-color: rgb(221,134,78); }
div.DivClassName
{
background-color: #DD864E;
}
.BgClassName
{
background-color: #DD864E;
}
</style>
border-color css
<style>
span { border-color: #DD864E; }
span { border-color: rgb(221,134,78); }
td.TdClassName
{
border-color: #DD864E;
}
.TagClassName
{
border-color: #DD864E;
}
</style>