Shades of Tangerine #DC8405
Tints of Tangerine #DC8405
RGB
CMYK
RGB Variations
Color information
#DC8405 (or 0xDC8405) is known color: Tangerine. HEX triplet: DC, 84 and 05. RGB value is (220,132,5). Sum of RGB (Red+Green+Blue) = 220+132+5=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8405 is #237BFA. Grayscale: #909090. Windows color (decimal): -2325499 or 361692. OLE color: 361692.
HSL color Cylindrical-coordinate representation of color #DC8405: hue angle of 35.44º 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 #DC8405 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.14 |
| HSL | 35.44º | 0.96% | 0.44% | - |
| HSV(B) | 35.44º | 0.98% | 0.86% | - |
| XYZ | 37.79 | 31.73 | 4.28 | - |
| YUV | 143.83 | 49.65 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 5 | 0 | 0.40 | 0.98 | 0.14 | 35.44 | 0.96 | 0.44 |
| Hex | DC | 84 | 5 | 0 | 28 | 62 | E | 23 | 60 | 2C |
| Octal | 334 | 204 | 5 | 0 | 50 | 142 | 16 | 43 | 140 | 54 |
| Binary | 11011100 | 10000100 | 101 | 0 | 101000 | 1100010 | 1110 | 100011 | 1100000 | 101100 |
Color Harmonies of #DC8405
Complementary color
Monochromatic Colors of #DC8405
Black with #DC8405
Text Example
Text Example
White with #DC8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8405; }
p { color: rgb(220,132,5); }
H1.HeaderClassName
{
color: #DC8405;
}
.AnyTagClassName
{
color: #DC8405;
}
</style>
background-color css
<style>
a { background-color: #DC8405; }
a { background-color: rgb(220,132,5); }
div.DivClassName
{
background-color: #DC8405;
}
.BgClassName
{
background-color: #DC8405;
}
</style>
border-color css
<style>
span { border-color: #DC8405; }
span { border-color: rgb(220,132,5); }
td.TdClassName
{
border-color: #DC8405;
}
.TagClassName
{
border-color: #DC8405;
}
</style>