Shades of Flamenco #DD874E
Tints of Flamenco #DD874E
RGB
CMYK
RGB Variations
Color information
#DD874E (or 0xDD874E) is known color: Flamenco. HEX triplet: DD, 87 and 4E. RGB value is (221,135,78). Sum of RGB (Red+Green+Blue) = 221+135+78=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD874E is #2278B1. Grayscale: #9A9A9A. Windows color (decimal): -2259122 or 5146589. OLE color: 5146589.
HSL color Cylindrical-coordinate representation of color #DD874E: hue angle of 23.92º 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 #DD874E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 78 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.13 |
| HSL | 23.92º | 0.68% | 0.59% | - |
| HSV(B) | 23.92º | 0.65% | 0.87% | - |
| XYZ | 39.86 | 33.25 | 11.52 | - |
| YUV | 154.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 78 | 0 | 0.39 | 0.65 | 0.13 | 23.92 | 0.68 | 0.59 |
| Hex | DD | 87 | 4E | 0 | 27 | 41 | D | 18 | 44 | 3B |
| Octal | 335 | 207 | 116 | 0 | 47 | 101 | 15 | 30 | 104 | 73 |
| Binary | 11011101 | 10000111 | 1001110 | 0 | 100111 | 1000001 | 1101 | 11000 | 1000100 | 111011 |
Color Harmonies of #DD874E
Complementary color
Monochromatic Colors of #DD874E
Black with #DD874E
Text Example
Text Example
White with #DD874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD874E; }
p { color: rgb(221,135,78); }
H1.HeaderClassName
{
color: #DD874E;
}
.AnyTagClassName
{
color: #DD874E;
}
</style>
background-color css
<style>
a { background-color: #DD874E; }
a { background-color: rgb(221,135,78); }
div.DivClassName
{
background-color: #DD874E;
}
.BgClassName
{
background-color: #DD874E;
}
</style>
border-color css
<style>
span { border-color: #DD874E; }
span { border-color: rgb(221,135,78); }
td.TdClassName
{
border-color: #DD874E;
}
.TagClassName
{
border-color: #DD874E;
}
</style>