Shades of Tangerine #DC8404
Tints of Tangerine #DC8404
RGB
CMYK
RGB Variations
Color information
#DC8404 (or 0xDC8404) is known color: Tangerine. HEX triplet: DC, 84 and 04. RGB value is (220,132,4). Sum of RGB (Red+Green+Blue) = 220+132+4=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8404 is #237BFB. Grayscale: #909090. Windows color (decimal): -2325500 or 296156. OLE color: 296156.
HSL color Cylindrical-coordinate representation of color #DC8404: hue angle of 35.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC8404 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.14 |
| HSL | 35.56º | 0.96% | 0.44% | - |
| HSV(B) | 35.56º | 0.98% | 0.86% | - |
| XYZ | 37.79 | 31.73 | 4.25 | - |
| YUV | 143.72 | 49.15 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 4 | 0 | 0.40 | 0.98 | 0.14 | 35.56 | 0.96 | 0.44 |
| Hex | DC | 84 | 4 | 0 | 28 | 62 | E | 24 | 60 | 2C |
| Octal | 334 | 204 | 4 | 0 | 50 | 142 | 16 | 44 | 140 | 54 |
| Binary | 11011100 | 10000100 | 100 | 0 | 101000 | 1100010 | 1110 | 100100 | 1100000 | 101100 |
Color Harmonies of #DC8404
Complementary color
Monochromatic Colors of #DC8404
Black with #DC8404
Text Example
Text Example
White with #DC8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8404; }
p { color: rgb(220,132,4); }
H1.HeaderClassName
{
color: #DC8404;
}
.AnyTagClassName
{
color: #DC8404;
}
</style>
background-color css
<style>
a { background-color: #DC8404; }
a { background-color: rgb(220,132,4); }
div.DivClassName
{
background-color: #DC8404;
}
.BgClassName
{
background-color: #DC8404;
}
</style>
border-color css
<style>
span { border-color: #DC8404; }
span { border-color: rgb(220,132,4); }
td.TdClassName
{
border-color: #DC8404;
}
.TagClassName
{
border-color: #DC8404;
}
</style>