Shades of Tangerine #DF8803
Tints of Tangerine #DF8803
RGB
CMYK
RGB Variations
Color information
#DF8803 (or 0xDF8803) is known color: Tangerine. HEX triplet: DF, 88 and 03. RGB value is (223,136,3). Sum of RGB (Red+Green+Blue) = 223+136+3=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8803 is #2077FC. Grayscale: #939393. Windows color (decimal): -2127869 or 231647. OLE color: 231647.
HSL color Cylindrical-coordinate representation of color #DF8803: hue angle of 36.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF8803 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.13 |
| HSL | 36.27º | 0.97% | 0.44% | - |
| HSV(B) | 36.27º | 0.99% | 0.87% | - |
| XYZ | 39.25 | 33.3 | 4.45 | - |
| YUV | 146.85 | 46.82 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 3 | 0 | 0.39 | 0.99 | 0.13 | 36.27 | 0.97 | 0.44 |
| Hex | DF | 88 | 3 | 0 | 27 | 63 | D | 24 | 61 | 2C |
| Octal | 337 | 210 | 3 | 0 | 47 | 143 | 15 | 44 | 141 | 54 |
| Binary | 11011111 | 10001000 | 11 | 0 | 100111 | 1100011 | 1101 | 100100 | 1100001 | 101100 |
Color Harmonies of #DF8803
Complementary color
Monochromatic Colors of #DF8803
Black with #DF8803
Text Example
Text Example
White with #DF8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8803; }
p { color: rgb(223,136,3); }
H1.HeaderClassName
{
color: #DF8803;
}
.AnyTagClassName
{
color: #DF8803;
}
</style>
background-color css
<style>
a { background-color: #DF8803; }
a { background-color: rgb(223,136,3); }
div.DivClassName
{
background-color: #DF8803;
}
.BgClassName
{
background-color: #DF8803;
}
</style>
border-color css
<style>
span { border-color: #DF8803; }
span { border-color: rgb(223,136,3); }
td.TdClassName
{
border-color: #DF8803;
}
.TagClassName
{
border-color: #DF8803;
}
</style>