Shades of Flamenco #DC894D
Tints of Flamenco #DC894D
RGB
CMYK
RGB Variations
Color information
#DC894D (or 0xDC894D) is known color: Flamenco. HEX triplet: DC, 89 and 4D. RGB value is (220,137,77). Sum of RGB (Red+Green+Blue) = 220+137+77=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC894D is #2376B2. Grayscale: #9B9B9B. Windows color (decimal): -2324147 or 5081564. OLE color: 5081564.
HSL color Cylindrical-coordinate representation of color #DC894D: hue angle of 25.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC894D is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 77 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.14 |
| HSL | 25.17º | 0.67% | 0.58% | - |
| HSV(B) | 25.17º | 0.65% | 0.86% | - |
| XYZ | 39.8 | 33.64 | 11.42 | - |
| YUV | 154.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 77 | 0 | 0.38 | 0.65 | 0.14 | 25.17 | 0.67 | 0.58 |
| Hex | DC | 89 | 4D | 0 | 26 | 41 | E | 19 | 43 | 3A |
| Octal | 334 | 211 | 115 | 0 | 46 | 101 | 16 | 31 | 103 | 72 |
| Binary | 11011100 | 10001001 | 1001101 | 0 | 100110 | 1000001 | 1110 | 11001 | 1000011 | 111010 |
Color Harmonies of #DC894D
Complementary color
Monochromatic Colors of #DC894D
Black with #DC894D
Text Example
Text Example
White with #DC894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC894D; }
p { color: rgb(220,137,77); }
H1.HeaderClassName
{
color: #DC894D;
}
.AnyTagClassName
{
color: #DC894D;
}
</style>
background-color css
<style>
a { background-color: #DC894D; }
a { background-color: rgb(220,137,77); }
div.DivClassName
{
background-color: #DC894D;
}
.BgClassName
{
background-color: #DC894D;
}
</style>
border-color css
<style>
span { border-color: #DC894D; }
span { border-color: rgb(220,137,77); }
td.TdClassName
{
border-color: #DC894D;
}
.TagClassName
{
border-color: #DC894D;
}
</style>