Shades of Flamenco #DD8846
Tints of Flamenco #DD8846
RGB
CMYK
RGB Variations
Color information
#DD8846 (or 0xDD8846) is known color: Flamenco. HEX triplet: DD, 88 and 46. RGB value is (221,136,70). Sum of RGB (Red+Green+Blue) = 221+136+70=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8846 is #2277B9. Grayscale: #9A9A9A. Windows color (decimal): -2258874 or 4622557. OLE color: 4622557.
HSL color Cylindrical-coordinate representation of color #DD8846: hue angle of 26.23º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD8846 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 70 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.13 |
| HSL | 26.23º | 0.69% | 0.57% | - |
| HSV(B) | 26.23º | 0.68% | 0.87% | - |
| XYZ | 39.73 | 33.42 | 10.15 | - |
| YUV | 153.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 70 | 0 | 0.38 | 0.68 | 0.13 | 26.23 | 0.69 | 0.57 |
| Hex | DD | 88 | 46 | 0 | 26 | 44 | D | 1A | 45 | 39 |
| Octal | 335 | 210 | 106 | 0 | 46 | 104 | 15 | 32 | 105 | 71 |
| Binary | 11011101 | 10001000 | 1000110 | 0 | 100110 | 1000100 | 1101 | 11010 | 1000101 | 111001 |
Color Harmonies of #DD8846
Complementary color
Monochromatic Colors of #DD8846
Black with #DD8846
Text Example
Text Example
White with #DD8846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8846; }
p { color: rgb(221,136,70); }
H1.HeaderClassName
{
color: #DD8846;
}
.AnyTagClassName
{
color: #DD8846;
}
</style>
background-color css
<style>
a { background-color: #DD8846; }
a { background-color: rgb(221,136,70); }
div.DivClassName
{
background-color: #DD8846;
}
.BgClassName
{
background-color: #DD8846;
}
</style>
border-color css
<style>
span { border-color: #DD8846; }
span { border-color: rgb(221,136,70); }
td.TdClassName
{
border-color: #DD8846;
}
.TagClassName
{
border-color: #DD8846;
}
</style>