Shades of Tangerine #DA8603
Tints of Tangerine #DA8603
RGB
CMYK
RGB Variations
Color information
#DA8603 (or 0xDA8603) is known color: Tangerine. HEX triplet: DA, 86 and 03. RGB value is (218,134,3). Sum of RGB (Red+Green+Blue) = 218+134+3=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8603 is #2579FC. Grayscale: #909090. Windows color (decimal): -2456061 or 231130. OLE color: 231130.
HSL color Cylindrical-coordinate representation of color #DA8603: hue angle of 36.56º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA8603 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.15 |
| HSL | 36.56º | 0.97% | 0.43% | - |
| HSV(B) | 36.56º | 0.99% | 0.85% | - |
| XYZ | 37.45 | 31.96 | 4.28 | - |
| YUV | 144.18 | 48.33 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 3 | 0 | 0.39 | 0.99 | 0.15 | 36.56 | 0.97 | 0.43 |
| Hex | DA | 86 | 3 | 0 | 27 | 63 | F | 25 | 61 | 2B |
| Octal | 332 | 206 | 3 | 0 | 47 | 143 | 17 | 45 | 141 | 53 |
| Binary | 11011010 | 10000110 | 11 | 0 | 100111 | 1100011 | 1111 | 100101 | 1100001 | 101011 |
Color Harmonies of #DA8603
Complementary color
Monochromatic Colors of #DA8603
Black with #DA8603
Text Example
Text Example
White with #DA8603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8603; }
p { color: rgb(218,134,3); }
H1.HeaderClassName
{
color: #DA8603;
}
.AnyTagClassName
{
color: #DA8603;
}
</style>
background-color css
<style>
a { background-color: #DA8603; }
a { background-color: rgb(218,134,3); }
div.DivClassName
{
background-color: #DA8603;
}
.BgClassName
{
background-color: #DA8603;
}
</style>
border-color css
<style>
span { border-color: #DA8603; }
span { border-color: rgb(218,134,3); }
td.TdClassName
{
border-color: #DA8603;
}
.TagClassName
{
border-color: #DA8603;
}
</style>