Shades of Flamenco #DC8949
Tints of Flamenco #DC8949
RGB
CMYK
RGB Variations
Color information
#DC8949 (or 0xDC8949) is known color: Flamenco. HEX triplet: DC, 89 and 49. RGB value is (220,137,73). Sum of RGB (Red+Green+Blue) = 220+137+73=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8949 is #2376B6. Grayscale: #9A9A9A. Windows color (decimal): -2324151 or 4819420. OLE color: 4819420.
HSL color Cylindrical-coordinate representation of color #DC8949: hue angle of 26.12º 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 #DC8949 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 73 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.14 |
| HSL | 26.12º | 0.68% | 0.57% | - |
| HSV(B) | 26.12º | 0.67% | 0.86% | - |
| XYZ | 39.66 | 33.59 | 10.7 | - |
| YUV | 154.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 73 | 0 | 0.38 | 0.67 | 0.14 | 26.12 | 0.68 | 0.57 |
| Hex | DC | 89 | 49 | 0 | 26 | 43 | E | 1A | 44 | 39 |
| Octal | 334 | 211 | 111 | 0 | 46 | 103 | 16 | 32 | 104 | 71 |
| Binary | 11011100 | 10001001 | 1001001 | 0 | 100110 | 1000011 | 1110 | 11010 | 1000100 | 111001 |
Color Harmonies of #DC8949
Complementary color
Monochromatic Colors of #DC8949
Black with #DC8949
Text Example
Text Example
White with #DC8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8949; }
p { color: rgb(220,137,73); }
H1.HeaderClassName
{
color: #DC8949;
}
.AnyTagClassName
{
color: #DC8949;
}
</style>
background-color css
<style>
a { background-color: #DC8949; }
a { background-color: rgb(220,137,73); }
div.DivClassName
{
background-color: #DC8949;
}
.BgClassName
{
background-color: #DC8949;
}
</style>
border-color css
<style>
span { border-color: #DC8949; }
span { border-color: rgb(220,137,73); }
td.TdClassName
{
border-color: #DC8949;
}
.TagClassName
{
border-color: #DC8949;
}
</style>