Shades of Flamenco #DC8948
Tints of Flamenco #DC8948
RGB
CMYK
RGB Variations
Color information
#DC8948 (or 0xDC8948) is known color: Flamenco. HEX triplet: DC, 89 and 48. RGB value is (220,137,72). Sum of RGB (Red+Green+Blue) = 220+137+72=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8948 is #2376B7. Grayscale: #9A9A9A. Windows color (decimal): -2324152 or 4753884. OLE color: 4753884.
HSL color Cylindrical-coordinate representation of color #DC8948: hue angle of 26.35º 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 #DC8948 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 72 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.14 |
| HSL | 26.35º | 0.68% | 0.57% | - |
| HSV(B) | 26.35º | 0.67% | 0.86% | - |
| XYZ | 39.63 | 33.57 | 10.52 | - |
| YUV | 154.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 72 | 0 | 0.38 | 0.67 | 0.14 | 26.35 | 0.68 | 0.57 |
| Hex | DC | 89 | 48 | 0 | 26 | 43 | E | 1A | 44 | 39 |
| Octal | 334 | 211 | 110 | 0 | 46 | 103 | 16 | 32 | 104 | 71 |
| Binary | 11011100 | 10001001 | 1001000 | 0 | 100110 | 1000011 | 1110 | 11010 | 1000100 | 111001 |
Color Harmonies of #DC8948
Complementary color
Monochromatic Colors of #DC8948
Black with #DC8948
Text Example
Text Example
White with #DC8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8948; }
p { color: rgb(220,137,72); }
H1.HeaderClassName
{
color: #DC8948;
}
.AnyTagClassName
{
color: #DC8948;
}
</style>
background-color css
<style>
a { background-color: #DC8948; }
a { background-color: rgb(220,137,72); }
div.DivClassName
{
background-color: #DC8948;
}
.BgClassName
{
background-color: #DC8948;
}
</style>
border-color css
<style>
span { border-color: #DC8948; }
span { border-color: rgb(220,137,72); }
td.TdClassName
{
border-color: #DC8948;
}
.TagClassName
{
border-color: #DC8948;
}
</style>