Shades of Tangerine #DC8601
Tints of Tangerine #DC8601
RGB
CMYK
RGB Variations
Color information
#DC8601 (or 0xDC8601) is known color: Tangerine. HEX triplet: DC, 86 and 01. RGB value is (220,134,1). Sum of RGB (Red+Green+Blue) = 220+134+1=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8601 is #2379FE. Grayscale: #919191. Windows color (decimal): -2324991 or 100060. OLE color: 100060.
HSL color Cylindrical-coordinate representation of color #DC8601: hue angle of 36.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC8601 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.14 |
| HSL | 36.44º | 0.99% | 0.43% | - |
| HSV(B) | 36.44º | 1% | 0.86% | - |
| XYZ | 38.05 | 32.27 | 4.25 | - |
| YUV | 144.55 | 46.99 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 1 | 0 | 0.39 | 1.00 | 0.14 | 36.44 | 0.99 | 0.43 |
| Hex | DC | 86 | 1 | 0 | 27 | 64 | E | 24 | 63 | 2B |
| Octal | 334 | 206 | 1 | 0 | 47 | 144 | 16 | 44 | 143 | 53 |
| Binary | 11011100 | 10000110 | 1 | 0 | 100111 | 1100100 | 1110 | 100100 | 1100011 | 101011 |
Color Harmonies of #DC8601
Complementary color
Monochromatic Colors of #DC8601
Black with #DC8601
Text Example
Text Example
White with #DC8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8601; }
p { color: rgb(220,134,1); }
H1.HeaderClassName
{
color: #DC8601;
}
.AnyTagClassName
{
color: #DC8601;
}
</style>
background-color css
<style>
a { background-color: #DC8601; }
a { background-color: rgb(220,134,1); }
div.DivClassName
{
background-color: #DC8601;
}
.BgClassName
{
background-color: #DC8601;
}
</style>
border-color css
<style>
span { border-color: #DC8601; }
span { border-color: rgb(220,134,1); }
td.TdClassName
{
border-color: #DC8601;
}
.TagClassName
{
border-color: #DC8601;
}
</style>