Shades of Tangerine #DA8605
Tints of Tangerine #DA8605
RGB
CMYK
RGB Variations
Color information
#DA8605 (or 0xDA8605) is known color: Tangerine. HEX triplet: DA, 86 and 05. RGB value is (218,134,5). Sum of RGB (Red+Green+Blue) = 218+134+5=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8605 is #2579FA. Grayscale: #919191. Windows color (decimal): -2456059 or 362202. OLE color: 362202.
HSL color Cylindrical-coordinate representation of color #DA8605: hue angle of 36.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA8605 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.15 |
| HSL | 36.34º | 0.96% | 0.44% | - |
| HSV(B) | 36.34º | 0.98% | 0.85% | - |
| XYZ | 37.47 | 31.97 | 4.34 | - |
| YUV | 144.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 5 | 0 | 0.39 | 0.98 | 0.15 | 36.34 | 0.96 | 0.44 |
| Hex | DA | 86 | 5 | 0 | 27 | 62 | F | 24 | 60 | 2C |
| Octal | 332 | 206 | 5 | 0 | 47 | 142 | 17 | 44 | 140 | 54 |
| Binary | 11011010 | 10000110 | 101 | 0 | 100111 | 1100010 | 1111 | 100100 | 1100000 | 101100 |
Color Harmonies of #DA8605
Complementary color
Monochromatic Colors of #DA8605
Black with #DA8605
Text Example
Text Example
White with #DA8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8605; }
p { color: rgb(218,134,5); }
H1.HeaderClassName
{
color: #DA8605;
}
.AnyTagClassName
{
color: #DA8605;
}
</style>
background-color css
<style>
a { background-color: #DA8605; }
a { background-color: rgb(218,134,5); }
div.DivClassName
{
background-color: #DA8605;
}
.BgClassName
{
background-color: #DA8605;
}
</style>
border-color css
<style>
span { border-color: #DA8605; }
span { border-color: rgb(218,134,5); }
td.TdClassName
{
border-color: #DA8605;
}
.TagClassName
{
border-color: #DA8605;
}
</style>