Shades of Flamenco #DD894D
Tints of Flamenco #DD894D
RGB
CMYK
RGB Variations
Color information
#DD894D (or 0xDD894D) is known color: Flamenco. HEX triplet: DD, 89 and 4D. RGB value is (221,137,77). Sum of RGB (Red+Green+Blue) = 221+137+77=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD894D is #2276B2. Grayscale: #9B9B9B. Windows color (decimal): -2258611 or 5081565. OLE color: 5081565.
HSL color Cylindrical-coordinate representation of color #DD894D: hue angle of 25º 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 #DD894D is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 77 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.13 |
| HSL | 25º | 0.68% | 0.58% | - |
| HSV(B) | 25º | 0.65% | 0.87% | - |
| XYZ | 40.1 | 33.8 | 11.43 | - |
| YUV | 155.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 77 | 0 | 0.38 | 0.65 | 0.13 | 25 | 0.68 | 0.58 |
| Hex | DD | 89 | 4D | 0 | 26 | 41 | D | 19 | 44 | 3A |
| Octal | 335 | 211 | 115 | 0 | 46 | 101 | 15 | 31 | 104 | 72 |
| Binary | 11011101 | 10001001 | 1001101 | 0 | 100110 | 1000001 | 1101 | 11001 | 1000100 | 111010 |
Color Harmonies of #DD894D
Complementary color
Monochromatic Colors of #DD894D
Black with #DD894D
Text Example
Text Example
White with #DD894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD894D; }
p { color: rgb(221,137,77); }
H1.HeaderClassName
{
color: #DD894D;
}
.AnyTagClassName
{
color: #DD894D;
}
</style>
background-color css
<style>
a { background-color: #DD894D; }
a { background-color: rgb(221,137,77); }
div.DivClassName
{
background-color: #DD894D;
}
.BgClassName
{
background-color: #DD894D;
}
</style>
border-color css
<style>
span { border-color: #DD894D; }
span { border-color: rgb(221,137,77); }
td.TdClassName
{
border-color: #DD894D;
}
.TagClassName
{
border-color: #DD894D;
}
</style>