Shades of Tangerine #DC8700
Tints of Tangerine #DC8700
RGB
CMYK
RGB Variations
Color information
#DC8700 (or 0xDC8700) is known color: Tangerine. HEX triplet: DC, 87 and 00. RGB value is (220,135,0). Sum of RGB (Red+Green+Blue) = 220+135+0=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8700 is #2378FF. Grayscale: #919191. Windows color (decimal): -2324736 or 34780. OLE color: 34780.
HSL color Cylindrical-coordinate representation of color #DC8700: hue angle of 36.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC8700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.14 |
| HSL | 36.82º | 1% | 0.43% | - |
| HSV(B) | 36.82º | 1% | 0.86% | - |
| XYZ | 38.18 | 32.54 | 4.27 | - |
| YUV | 145.03 | 46.16 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 0 | 0 | 0.39 | 1 | 0.14 | 36.82 | 1 | 0.43 |
| Hex | DC | 87 | 0 | 0 | 27 | 64 | E | 25 | 64 | 2B |
| Octal | 334 | 207 | 0 | 0 | 47 | 144 | 16 | 45 | 144 | 53 |
| Binary | 11011100 | 10000111 | 0 | 0 | 100111 | 1100100 | 1110 | 100101 | 1100100 | 101011 |
Color Harmonies of #DC8700
Complementary color
Monochromatic Colors of #DC8700
Black with #DC8700
Text Example
Text Example
White with #DC8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8700; }
p { color: rgb(220,135,0); }
H1.HeaderClassName
{
color: #DC8700;
}
.AnyTagClassName
{
color: #DC8700;
}
</style>
background-color css
<style>
a { background-color: #DC8700; }
a { background-color: rgb(220,135,0); }
div.DivClassName
{
background-color: #DC8700;
}
.BgClassName
{
background-color: #DC8700;
}
</style>
border-color css
<style>
span { border-color: #DC8700; }
span { border-color: rgb(220,135,0); }
td.TdClassName
{
border-color: #DC8700;
}
.TagClassName
{
border-color: #DC8700;
}
</style>