Shades of Tangerine #DA8802
Tints of Tangerine #DA8802
RGB
CMYK
RGB Variations
Color information
#DA8802 (or 0xDA8802) is known color: Tangerine. HEX triplet: DA, 88 and 02. RGB value is (218,136,2). Sum of RGB (Red+Green+Blue) = 218+136+2=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8802 is #2577FD. Grayscale: #919191. Windows color (decimal): -2455550 or 166106. OLE color: 166106.
HSL color Cylindrical-coordinate representation of color #DA8802: hue angle of 37.22º degrees, saturation: 0.98, 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 #DA8802 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.15 |
| HSL | 37.22º | 0.98% | 0.43% | - |
| HSV(B) | 37.22º | 0.99% | 0.85% | - |
| XYZ | 37.73 | 32.52 | 4.35 | - |
| YUV | 145.24 | 47.17 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 2 | 0 | 0.38 | 0.99 | 0.15 | 37.22 | 0.98 | 0.43 |
| Hex | DA | 88 | 2 | 0 | 26 | 63 | F | 25 | 62 | 2B |
| Octal | 332 | 210 | 2 | 0 | 46 | 143 | 17 | 45 | 142 | 53 |
| Binary | 11011010 | 10001000 | 10 | 0 | 100110 | 1100011 | 1111 | 100101 | 1100010 | 101011 |
Color Harmonies of #DA8802
Complementary color
Monochromatic Colors of #DA8802
Black with #DA8802
Text Example
Text Example
White with #DA8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8802; }
p { color: rgb(218,136,2); }
H1.HeaderClassName
{
color: #DA8802;
}
.AnyTagClassName
{
color: #DA8802;
}
</style>
background-color css
<style>
a { background-color: #DA8802; }
a { background-color: rgb(218,136,2); }
div.DivClassName
{
background-color: #DA8802;
}
.BgClassName
{
background-color: #DA8802;
}
</style>
border-color css
<style>
span { border-color: #DA8802; }
span { border-color: rgb(218,136,2); }
td.TdClassName
{
border-color: #DA8802;
}
.TagClassName
{
border-color: #DA8802;
}
</style>