Shades of Flamenco #DC8B48
Tints of Flamenco #DC8B48
RGB
CMYK
RGB Variations
Color information
#DC8B48 (or 0xDC8B48) is known color: Flamenco. HEX triplet: DC, 8B and 48. RGB value is (220,139,72). Sum of RGB (Red+Green+Blue) = 220+139+72=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B48 is #2374B7. Grayscale: #9B9B9B. Windows color (decimal): -2323640 or 4754396. OLE color: 4754396.
HSL color Cylindrical-coordinate representation of color #DC8B48: hue angle of 27.16º 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 #DC8B48 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 72 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.14 |
| HSL | 27.16º | 0.68% | 0.57% | - |
| HSV(B) | 27.16º | 0.67% | 0.86% | - |
| XYZ | 39.92 | 34.15 | 10.62 | - |
| YUV | 155.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 72 | 0 | 0.37 | 0.67 | 0.14 | 27.16 | 0.68 | 0.57 |
| Hex | DC | 8B | 48 | 0 | 25 | 43 | E | 1B | 44 | 39 |
| Octal | 334 | 213 | 110 | 0 | 45 | 103 | 16 | 33 | 104 | 71 |
| Binary | 11011100 | 10001011 | 1001000 | 0 | 100101 | 1000011 | 1110 | 11011 | 1000100 | 111001 |
Color Harmonies of #DC8B48
Complementary color
Monochromatic Colors of #DC8B48
Black with #DC8B48
Text Example
Text Example
White with #DC8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B48; }
p { color: rgb(220,139,72); }
H1.HeaderClassName
{
color: #DC8B48;
}
.AnyTagClassName
{
color: #DC8B48;
}
</style>
background-color css
<style>
a { background-color: #DC8B48; }
a { background-color: rgb(220,139,72); }
div.DivClassName
{
background-color: #DC8B48;
}
.BgClassName
{
background-color: #DC8B48;
}
</style>
border-color css
<style>
span { border-color: #DC8B48; }
span { border-color: rgb(220,139,72); }
td.TdClassName
{
border-color: #DC8B48;
}
.TagClassName
{
border-color: #DC8B48;
}
</style>