Shades of Tangerine #DC8506
Tints of Tangerine #DC8506
RGB
CMYK
RGB Variations
Color information
#DC8506 (or 0xDC8506) is known color: Tangerine. HEX triplet: DC, 85 and 06. RGB value is (220,133,6). Sum of RGB (Red+Green+Blue) = 220+133+6=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8506 is #237AF9. Grayscale: #919191. Windows color (decimal): -2325242 or 427484. OLE color: 427484.
HSL color Cylindrical-coordinate representation of color #DC8506: hue angle of 35.61º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC8506 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.14 |
| HSL | 35.61º | 0.95% | 0.44% | - |
| HSV(B) | 35.61º | 0.97% | 0.86% | - |
| XYZ | 37.94 | 32 | 4.35 | - |
| YUV | 144.54 | 49.82 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 6 | 0 | 0.40 | 0.97 | 0.14 | 35.61 | 0.95 | 0.44 |
| Hex | DC | 85 | 6 | 0 | 28 | 61 | E | 24 | 5F | 2C |
| Octal | 334 | 205 | 6 | 0 | 50 | 141 | 16 | 44 | 137 | 54 |
| Binary | 11011100 | 10000101 | 110 | 0 | 101000 | 1100001 | 1110 | 100100 | 1011111 | 101100 |
Color Harmonies of #DC8506
Complementary color
Monochromatic Colors of #DC8506
Black with #DC8506
Text Example
Text Example
White with #DC8506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8506; }
p { color: rgb(220,133,6); }
H1.HeaderClassName
{
color: #DC8506;
}
.AnyTagClassName
{
color: #DC8506;
}
</style>
background-color css
<style>
a { background-color: #DC8506; }
a { background-color: rgb(220,133,6); }
div.DivClassName
{
background-color: #DC8506;
}
.BgClassName
{
background-color: #DC8506;
}
</style>
border-color css
<style>
span { border-color: #DC8506; }
span { border-color: rgb(220,133,6); }
td.TdClassName
{
border-color: #DC8506;
}
.TagClassName
{
border-color: #DC8506;
}
</style>