Shades of Flamenco #DC894B
Tints of Flamenco #DC894B
RGB
CMYK
RGB Variations
Color information
#DC894B (or 0xDC894B) is known color: Flamenco. HEX triplet: DC, 89 and 4B. RGB value is (220,137,75). Sum of RGB (Red+Green+Blue) = 220+137+75=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC894B is #2376B4. Grayscale: #9B9B9B. Windows color (decimal): -2324149 or 4950492. OLE color: 4950492.
HSL color Cylindrical-coordinate representation of color #DC894B: hue angle of 25.66º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC894B is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 75 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.14 |
| HSL | 25.66º | 0.67% | 0.58% | - |
| HSV(B) | 25.66º | 0.66% | 0.86% | - |
| XYZ | 39.73 | 33.61 | 11.05 | - |
| YUV | 154.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 75 | 0 | 0.38 | 0.66 | 0.14 | 25.66 | 0.67 | 0.58 |
| Hex | DC | 89 | 4B | 0 | 26 | 42 | E | 1A | 43 | 3A |
| Octal | 334 | 211 | 113 | 0 | 46 | 102 | 16 | 32 | 103 | 72 |
| Binary | 11011100 | 10001001 | 1001011 | 0 | 100110 | 1000010 | 1110 | 11010 | 1000011 | 111010 |
Color Harmonies of #DC894B
Complementary color
Monochromatic Colors of #DC894B
Black with #DC894B
Text Example
Text Example
White with #DC894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC894B; }
p { color: rgb(220,137,75); }
H1.HeaderClassName
{
color: #DC894B;
}
.AnyTagClassName
{
color: #DC894B;
}
</style>
background-color css
<style>
a { background-color: #DC894B; }
a { background-color: rgb(220,137,75); }
div.DivClassName
{
background-color: #DC894B;
}
.BgClassName
{
background-color: #DC894B;
}
</style>
border-color css
<style>
span { border-color: #DC894B; }
span { border-color: rgb(220,137,75); }
td.TdClassName
{
border-color: #DC894B;
}
.TagClassName
{
border-color: #DC894B;
}
</style>