Shades of Flamenco #DD8C4E
Tints of Flamenco #DD8C4E
RGB
CMYK
RGB Variations
Color information
#DD8C4E (or 0xDD8C4E) is known color: Flamenco. HEX triplet: DD, 8C and 4E. RGB value is (221,140,78). Sum of RGB (Red+Green+Blue) = 221+140+78=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C4E is #2273B1. Grayscale: #9D9D9D. Windows color (decimal): -2257842 or 5147869. OLE color: 5147869.
HSL color Cylindrical-coordinate representation of color #DD8C4E: hue angle of 26.01º 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 #DD8C4E is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 78 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.13 |
| HSL | 26.01º | 0.68% | 0.59% | - |
| HSV(B) | 26.01º | 0.65% | 0.87% | - |
| XYZ | 40.57 | 34.68 | 11.76 | - |
| YUV | 157.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 78 | 0 | 0.37 | 0.65 | 0.13 | 26.01 | 0.68 | 0.59 |
| Hex | DD | 8C | 4E | 0 | 25 | 41 | D | 1A | 44 | 3B |
| Octal | 335 | 214 | 116 | 0 | 45 | 101 | 15 | 32 | 104 | 73 |
| Binary | 11011101 | 10001100 | 1001110 | 0 | 100101 | 1000001 | 1101 | 11010 | 1000100 | 111011 |
Color Harmonies of #DD8C4E
Complementary color
Monochromatic Colors of #DD8C4E
Black with #DD8C4E
Text Example
Text Example
White with #DD8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C4E; }
p { color: rgb(221,140,78); }
H1.HeaderClassName
{
color: #DD8C4E;
}
.AnyTagClassName
{
color: #DD8C4E;
}
</style>
background-color css
<style>
a { background-color: #DD8C4E; }
a { background-color: rgb(221,140,78); }
div.DivClassName
{
background-color: #DD8C4E;
}
.BgClassName
{
background-color: #DD8C4E;
}
</style>
border-color css
<style>
span { border-color: #DD8C4E; }
span { border-color: rgb(221,140,78); }
td.TdClassName
{
border-color: #DD8C4E;
}
.TagClassName
{
border-color: #DD8C4E;
}
</style>