Shades of Tangerine #DC8901
Tints of Tangerine #DC8901
RGB
CMYK
RGB Variations
Color information
#DC8901 (or 0xDC8901) is known color: Tangerine. HEX triplet: DC, 89 and 01. RGB value is (220,137,1). Sum of RGB (Red+Green+Blue) = 220+137+1=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8901 is #2376FE. Grayscale: #929292. Windows color (decimal): -2324223 or 100828. OLE color: 100828.
HSL color Cylindrical-coordinate representation of color #DC8901: hue angle of 37.26º 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 #DC8901 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.14 |
| HSL | 37.26º | 0.99% | 0.43% | - |
| HSV(B) | 37.26º | 1% | 0.86% | - |
| XYZ | 38.47 | 33.11 | 4.39 | - |
| YUV | 146.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 1 | 0 | 0.38 | 1.00 | 0.14 | 37.26 | 0.99 | 0.43 |
| Hex | DC | 89 | 1 | 0 | 26 | 64 | E | 25 | 63 | 2B |
| Octal | 334 | 211 | 1 | 0 | 46 | 144 | 16 | 45 | 143 | 53 |
| Binary | 11011100 | 10001001 | 1 | 0 | 100110 | 1100100 | 1110 | 100101 | 1100011 | 101011 |
Color Harmonies of #DC8901
Complementary color
Monochromatic Colors of #DC8901
Black with #DC8901
Text Example
Text Example
White with #DC8901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8901; }
p { color: rgb(220,137,1); }
H1.HeaderClassName
{
color: #DC8901;
}
.AnyTagClassName
{
color: #DC8901;
}
</style>
background-color css
<style>
a { background-color: #DC8901; }
a { background-color: rgb(220,137,1); }
div.DivClassName
{
background-color: #DC8901;
}
.BgClassName
{
background-color: #DC8901;
}
</style>
border-color css
<style>
span { border-color: #DC8901; }
span { border-color: rgb(220,137,1); }
td.TdClassName
{
border-color: #DC8901;
}
.TagClassName
{
border-color: #DC8901;
}
</style>