Shades of Tangerine #DF8303
Tints of Tangerine #DF8303
RGB
CMYK
RGB Variations
Color information
#DF8303 (or 0xDF8303) is known color: Tangerine. HEX triplet: DF, 83 and 03. RGB value is (223,131,3). Sum of RGB (Red+Green+Blue) = 223+131+3=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8303 is #207CFC. Grayscale: #909090. Windows color (decimal): -2129149 or 230367. OLE color: 230367.
HSL color Cylindrical-coordinate representation of color #DF8303: hue angle of 34.91º 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 #DF8303 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.13 |
| HSL | 34.91º | 0.97% | 0.44% | - |
| HSV(B) | 34.91º | 0.99% | 0.87% | - |
| XYZ | 38.56 | 31.93 | 4.22 | - |
| YUV | 143.92 | 48.48 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 3 | 0 | 0.41 | 0.99 | 0.13 | 34.91 | 0.97 | 0.44 |
| Hex | DF | 83 | 3 | 0 | 29 | 63 | D | 23 | 61 | 2C |
| Octal | 337 | 203 | 3 | 0 | 51 | 143 | 15 | 43 | 141 | 54 |
| Binary | 11011111 | 10000011 | 11 | 0 | 101001 | 1100011 | 1101 | 100011 | 1100001 | 101100 |
Color Harmonies of #DF8303
Complementary color
Monochromatic Colors of #DF8303
Black with #DF8303
Text Example
Text Example
White with #DF8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8303; }
p { color: rgb(223,131,3); }
H1.HeaderClassName
{
color: #DF8303;
}
.AnyTagClassName
{
color: #DF8303;
}
</style>
background-color css
<style>
a { background-color: #DF8303; }
a { background-color: rgb(223,131,3); }
div.DivClassName
{
background-color: #DF8303;
}
.BgClassName
{
background-color: #DF8303;
}
</style>
border-color css
<style>
span { border-color: #DF8303; }
span { border-color: rgb(223,131,3); }
td.TdClassName
{
border-color: #DF8303;
}
.TagClassName
{
border-color: #DF8303;
}
</style>