Shades of Flamenco #DD874D
Tints of Flamenco #DD874D
RGB
CMYK
RGB Variations
Color information
#DD874D (or 0xDD874D) is known color: Flamenco. HEX triplet: DD, 87 and 4D. RGB value is (221,135,77). Sum of RGB (Red+Green+Blue) = 221+135+77=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD874D is #2278B2. Grayscale: #9A9A9A. Windows color (decimal): -2259123 or 5081053. OLE color: 5081053.
HSL color Cylindrical-coordinate representation of color #DD874D: hue angle of 24.17º 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 #DD874D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 77 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.13 |
| HSL | 24.17º | 0.68% | 0.58% | - |
| HSV(B) | 24.17º | 0.65% | 0.87% | - |
| XYZ | 39.82 | 33.24 | 11.34 | - |
| YUV | 154.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 77 | 0 | 0.39 | 0.65 | 0.13 | 24.17 | 0.68 | 0.58 |
| Hex | DD | 87 | 4D | 0 | 27 | 41 | D | 18 | 44 | 3A |
| Octal | 335 | 207 | 115 | 0 | 47 | 101 | 15 | 30 | 104 | 72 |
| Binary | 11011101 | 10000111 | 1001101 | 0 | 100111 | 1000001 | 1101 | 11000 | 1000100 | 111010 |
Color Harmonies of #DD874D
Complementary color
Monochromatic Colors of #DD874D
Black with #DD874D
Text Example
Text Example
White with #DD874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD874D; }
p { color: rgb(221,135,77); }
H1.HeaderClassName
{
color: #DD874D;
}
.AnyTagClassName
{
color: #DD874D;
}
</style>
background-color css
<style>
a { background-color: #DD874D; }
a { background-color: rgb(221,135,77); }
div.DivClassName
{
background-color: #DD874D;
}
.BgClassName
{
background-color: #DD874D;
}
</style>
border-color css
<style>
span { border-color: #DD874D; }
span { border-color: rgb(221,135,77); }
td.TdClassName
{
border-color: #DD874D;
}
.TagClassName
{
border-color: #DD874D;
}
</style>