Shades of Flamenco #DD864D
Tints of Flamenco #DD864D
RGB
CMYK
RGB Variations
Color information
#DD864D (or 0xDD864D) is known color: Flamenco. HEX triplet: DD, 86 and 4D. RGB value is (221,134,77). Sum of RGB (Red+Green+Blue) = 221+134+77=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD864D is #2279B2. Grayscale: #999999. Windows color (decimal): -2259379 or 5080797. OLE color: 5080797.
HSL color Cylindrical-coordinate representation of color #DD864D: hue angle of 23.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD864D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 77 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.13 |
| HSL | 23.75º | 0.68% | 0.58% | - |
| HSV(B) | 23.75º | 0.65% | 0.87% | - |
| XYZ | 39.68 | 32.96 | 11.29 | - |
| YUV | 153.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 77 | 0 | 0.39 | 0.65 | 0.13 | 23.75 | 0.68 | 0.58 |
| Hex | DD | 86 | 4D | 0 | 27 | 41 | D | 18 | 44 | 3A |
| Octal | 335 | 206 | 115 | 0 | 47 | 101 | 15 | 30 | 104 | 72 |
| Binary | 11011101 | 10000110 | 1001101 | 0 | 100111 | 1000001 | 1101 | 11000 | 1000100 | 111010 |
Color Harmonies of #DD864D
Complementary color
Monochromatic Colors of #DD864D
Black with #DD864D
Text Example
Text Example
White with #DD864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD864D; }
p { color: rgb(221,134,77); }
H1.HeaderClassName
{
color: #DD864D;
}
.AnyTagClassName
{
color: #DD864D;
}
</style>
background-color css
<style>
a { background-color: #DD864D; }
a { background-color: rgb(221,134,77); }
div.DivClassName
{
background-color: #DD864D;
}
.BgClassName
{
background-color: #DD864D;
}
</style>
border-color css
<style>
span { border-color: #DD864D; }
span { border-color: rgb(221,134,77); }
td.TdClassName
{
border-color: #DD864D;
}
.TagClassName
{
border-color: #DD864D;
}
</style>