Shades of Tangerine #D78602
Tints of Tangerine #D78602
RGB
CMYK
RGB Variations
Color information
#D78602 (or 0xD78602) is known color: Tangerine. HEX triplet: D7, 86 and 02. RGB value is (215,134,2). Sum of RGB (Red+Green+Blue) = 215+134+2=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D78602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78602 is #2879FD. Grayscale: #8F8F8F. Windows color (decimal): -2652670 or 165591. OLE color: 165591.
HSL color Cylindrical-coordinate representation of color #D78602: hue angle of 37.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D78602 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.16 |
| HSL | 37.18º | 0.98% | 0.43% | - |
| HSV(B) | 37.18º | 0.99% | 0.84% | - |
| XYZ | 36.56 | 31.5 | 4.21 | - |
| YUV | 143.17 | 48.34 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 2 | 0 | 0.38 | 0.99 | 0.16 | 37.18 | 0.98 | 0.43 |
| Hex | D7 | 86 | 2 | 0 | 26 | 63 | 10 | 25 | 62 | 2B |
| Octal | 327 | 206 | 2 | 0 | 46 | 143 | 20 | 45 | 142 | 53 |
| Binary | 11010111 | 10000110 | 10 | 0 | 100110 | 1100011 | 10000 | 100101 | 1100010 | 101011 |
Color Harmonies of #D78602
Complementary color
Monochromatic Colors of #D78602
Black with #D78602
Text Example
Text Example
White with #D78602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78602; }
p { color: rgb(215,134,2); }
H1.HeaderClassName
{
color: #D78602;
}
.AnyTagClassName
{
color: #D78602;
}
</style>
background-color css
<style>
a { background-color: #D78602; }
a { background-color: rgb(215,134,2); }
div.DivClassName
{
background-color: #D78602;
}
.BgClassName
{
background-color: #D78602;
}
</style>
border-color css
<style>
span { border-color: #D78602; }
span { border-color: rgb(215,134,2); }
td.TdClassName
{
border-color: #D78602;
}
.TagClassName
{
border-color: #D78602;
}
</style>