Shades of Flamenco #DC8A49
Tints of Flamenco #DC8A49
RGB
CMYK
RGB Variations
Color information
#DC8A49 (or 0xDC8A49) is known color: Flamenco. HEX triplet: DC, 8A and 49. RGB value is (220,138,73). Sum of RGB (Red+Green+Blue) = 220+138+73=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A49 is #2375B6. Grayscale: #9B9B9B. Windows color (decimal): -2323895 or 4819676. OLE color: 4819676.
HSL color Cylindrical-coordinate representation of color #DC8A49: hue angle of 26.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC8A49 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 73 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.14 |
| HSL | 26.53º | 0.68% | 0.57% | - |
| HSV(B) | 26.53º | 0.67% | 0.86% | - |
| XYZ | 39.81 | 33.87 | 10.74 | - |
| YUV | 155.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 73 | 0 | 0.37 | 0.67 | 0.14 | 26.53 | 0.68 | 0.57 |
| Hex | DC | 8A | 49 | 0 | 25 | 43 | E | 1B | 44 | 39 |
| Octal | 334 | 212 | 111 | 0 | 45 | 103 | 16 | 33 | 104 | 71 |
| Binary | 11011100 | 10001010 | 1001001 | 0 | 100101 | 1000011 | 1110 | 11011 | 1000100 | 111001 |
Color Harmonies of #DC8A49
Complementary color
Monochromatic Colors of #DC8A49
Black with #DC8A49
Text Example
Text Example
White with #DC8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A49; }
p { color: rgb(220,138,73); }
H1.HeaderClassName
{
color: #DC8A49;
}
.AnyTagClassName
{
color: #DC8A49;
}
</style>
background-color css
<style>
a { background-color: #DC8A49; }
a { background-color: rgb(220,138,73); }
div.DivClassName
{
background-color: #DC8A49;
}
.BgClassName
{
background-color: #DC8A49;
}
</style>
border-color css
<style>
span { border-color: #DC8A49; }
span { border-color: rgb(220,138,73); }
td.TdClassName
{
border-color: #DC8A49;
}
.TagClassName
{
border-color: #DC8A49;
}
</style>