Shades of Tangerine #DC8501
Tints of Tangerine #DC8501
RGB
CMYK
RGB Variations
Color information
#DC8501 (or 0xDC8501) is known color: Tangerine. HEX triplet: DC, 85 and 01. RGB value is (220,133,1). Sum of RGB (Red+Green+Blue) = 220+133+1=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8501 is #237AFE. Grayscale: #909090. Windows color (decimal): -2325247 or 99804. OLE color: 99804.
HSL color Cylindrical-coordinate representation of color #DC8501: hue angle of 36.16º 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 #DC8501 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.14 |
| HSL | 36.16º | 0.99% | 0.43% | - |
| HSV(B) | 36.16º | 1% | 0.86% | - |
| XYZ | 37.91 | 31.99 | 4.21 | - |
| YUV | 143.97 | 47.32 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 1 | 0 | 0.40 | 1.00 | 0.14 | 36.16 | 0.99 | 0.43 |
| Hex | DC | 85 | 1 | 0 | 28 | 64 | E | 24 | 63 | 2B |
| Octal | 334 | 205 | 1 | 0 | 50 | 144 | 16 | 44 | 143 | 53 |
| Binary | 11011100 | 10000101 | 1 | 0 | 101000 | 1100100 | 1110 | 100100 | 1100011 | 101011 |
Color Harmonies of #DC8501
Complementary color
Monochromatic Colors of #DC8501
Black with #DC8501
Text Example
Text Example
White with #DC8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8501; }
p { color: rgb(220,133,1); }
H1.HeaderClassName
{
color: #DC8501;
}
.AnyTagClassName
{
color: #DC8501;
}
</style>
background-color css
<style>
a { background-color: #DC8501; }
a { background-color: rgb(220,133,1); }
div.DivClassName
{
background-color: #DC8501;
}
.BgClassName
{
background-color: #DC8501;
}
</style>
border-color css
<style>
span { border-color: #DC8501; }
span { border-color: rgb(220,133,1); }
td.TdClassName
{
border-color: #DC8501;
}
.TagClassName
{
border-color: #DC8501;
}
</style>