Shades of Flamenco #DD884F
Tints of Flamenco #DD884F
RGB
CMYK
RGB Variations
Color information
#DD884F (or 0xDD884F) is known color: Flamenco. HEX triplet: DD, 88 and 4F. RGB value is (221,136,79). Sum of RGB (Red+Green+Blue) = 221+136+79=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD884F is #2277B0. Grayscale: #9B9B9B. Windows color (decimal): -2258865 or 5212381. OLE color: 5212381.
HSL color Cylindrical-coordinate representation of color #DD884F: hue angle of 24.08º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD884F is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 79 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.13 |
| HSL | 24.08º | 0.68% | 0.59% | - |
| HSV(B) | 24.08º | 0.64% | 0.87% | - |
| XYZ | 40.03 | 33.54 | 11.76 | - |
| YUV | 154.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 79 | 0 | 0.38 | 0.64 | 0.13 | 24.08 | 0.68 | 0.59 |
| Hex | DD | 88 | 4F | 0 | 26 | 40 | D | 18 | 44 | 3B |
| Octal | 335 | 210 | 117 | 0 | 46 | 100 | 15 | 30 | 104 | 73 |
| Binary | 11011101 | 10001000 | 1001111 | 0 | 100110 | 1000000 | 1101 | 11000 | 1000100 | 111011 |
Color Harmonies of #DD884F
Complementary color
Monochromatic Colors of #DD884F
Black with #DD884F
Text Example
Text Example
White with #DD884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD884F; }
p { color: rgb(221,136,79); }
H1.HeaderClassName
{
color: #DD884F;
}
.AnyTagClassName
{
color: #DD884F;
}
</style>
background-color css
<style>
a { background-color: #DD884F; }
a { background-color: rgb(221,136,79); }
div.DivClassName
{
background-color: #DD884F;
}
.BgClassName
{
background-color: #DD884F;
}
</style>
border-color css
<style>
span { border-color: #DD884F; }
span { border-color: rgb(221,136,79); }
td.TdClassName
{
border-color: #DD884F;
}
.TagClassName
{
border-color: #DD884F;
}
</style>