Shades of Tangerine #DA8600
Tints of Tangerine #DA8600
RGB
CMYK
RGB Variations
Color information
#DA8600 (or 0xDA8600) is known color: Tangerine. HEX triplet: DA, 86 and 00. RGB value is (218,134,0). Sum of RGB (Red+Green+Blue) = 218+134+0=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8600 is #2579FF. Grayscale: #909090. Windows color (decimal): -2456064 or 34522. OLE color: 34522.
HSL color Cylindrical-coordinate representation of color #DA8600: hue angle of 36.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA8600 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.15 |
| HSL | 36.88º | 1% | 0.43% | - |
| HSV(B) | 36.88º | 1% | 0.85% | - |
| XYZ | 37.44 | 31.96 | 4.19 | - |
| YUV | 143.84 | 46.83 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 0 | 0 | 0.39 | 1 | 0.15 | 36.88 | 1 | 0.43 |
| Hex | DA | 86 | 0 | 0 | 27 | 64 | F | 25 | 64 | 2B |
| Octal | 332 | 206 | 0 | 0 | 47 | 144 | 17 | 45 | 144 | 53 |
| Binary | 11011010 | 10000110 | 0 | 0 | 100111 | 1100100 | 1111 | 100101 | 1100100 | 101011 |
Color Harmonies of #DA8600
Complementary color
Monochromatic Colors of #DA8600
Black with #DA8600
Text Example
Text Example
White with #DA8600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8600; }
p { color: rgb(218,134,0); }
H1.HeaderClassName
{
color: #DA8600;
}
.AnyTagClassName
{
color: #DA8600;
}
</style>
background-color css
<style>
a { background-color: #DA8600; }
a { background-color: rgb(218,134,0); }
div.DivClassName
{
background-color: #DA8600;
}
.BgClassName
{
background-color: #DA8600;
}
</style>
border-color css
<style>
span { border-color: #DA8600; }
span { border-color: rgb(218,134,0); }
td.TdClassName
{
border-color: #DA8600;
}
.TagClassName
{
border-color: #DA8600;
}
</style>