Shades of Flamenco #DC884B
Tints of Flamenco #DC884B
RGB
CMYK
RGB Variations
Color information
#DC884B (or 0xDC884B) is known color: Flamenco. HEX triplet: DC, 88 and 4B. RGB value is (220,136,75). Sum of RGB (Red+Green+Blue) = 220+136+75=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC884B is #2377B4. Grayscale: #9A9A9A. Windows color (decimal): -2324405 or 4950236. OLE color: 4950236.
HSL color Cylindrical-coordinate representation of color #DC884B: hue angle of 25.24º 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 #DC884B is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 75 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.14 |
| HSL | 25.24º | 0.67% | 0.58% | - |
| HSV(B) | 25.24º | 0.66% | 0.86% | - |
| XYZ | 39.59 | 33.33 | 11 | - |
| YUV | 154.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 75 | 0 | 0.38 | 0.66 | 0.14 | 25.24 | 0.67 | 0.58 |
| Hex | DC | 88 | 4B | 0 | 26 | 42 | E | 19 | 43 | 3A |
| Octal | 334 | 210 | 113 | 0 | 46 | 102 | 16 | 31 | 103 | 72 |
| Binary | 11011100 | 10001000 | 1001011 | 0 | 100110 | 1000010 | 1110 | 11001 | 1000011 | 111010 |
Color Harmonies of #DC884B
Complementary color
Monochromatic Colors of #DC884B
Black with #DC884B
Text Example
Text Example
White with #DC884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC884B; }
p { color: rgb(220,136,75); }
H1.HeaderClassName
{
color: #DC884B;
}
.AnyTagClassName
{
color: #DC884B;
}
</style>
background-color css
<style>
a { background-color: #DC884B; }
a { background-color: rgb(220,136,75); }
div.DivClassName
{
background-color: #DC884B;
}
.BgClassName
{
background-color: #DC884B;
}
</style>
border-color css
<style>
span { border-color: #DC884B; }
span { border-color: rgb(220,136,75); }
td.TdClassName
{
border-color: #DC884B;
}
.TagClassName
{
border-color: #DC884B;
}
</style>