Shades of Tangerine #DF8308
Tints of Tangerine #DF8308
RGB
CMYK
RGB Variations
Color information
#DF8308 (or 0xDF8308) is known color: Tangerine. HEX triplet: DF, 83 and 08. RGB value is (223,131,8). Sum of RGB (Red+Green+Blue) = 223+131+8=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8308 is #207CF7. Grayscale: #919191. Windows color (decimal): -2129144 or 558047. OLE color: 558047.
HSL color Cylindrical-coordinate representation of color #DF8308: hue angle of 34.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF8308 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.13 |
| HSL | 34.33º | 0.93% | 0.45% | - |
| HSV(B) | 34.33º | 0.96% | 0.87% | - |
| XYZ | 38.59 | 31.94 | 4.36 | - |
| YUV | 144.49 | 50.98 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 8 | 0 | 0.41 | 0.96 | 0.13 | 34.33 | 0.93 | 0.45 |
| Hex | DF | 83 | 8 | 0 | 29 | 60 | D | 22 | 5D | 2D |
| Octal | 337 | 203 | 10 | 0 | 51 | 140 | 15 | 42 | 135 | 55 |
| Binary | 11011111 | 10000011 | 1000 | 0 | 101001 | 1100000 | 1101 | 100010 | 1011101 | 101101 |
Color Harmonies of #DF8308
Complementary color
Monochromatic Colors of #DF8308
Black with #DF8308
Text Example
Text Example
White with #DF8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8308; }
p { color: rgb(223,131,8); }
H1.HeaderClassName
{
color: #DF8308;
}
.AnyTagClassName
{
color: #DF8308;
}
</style>
background-color css
<style>
a { background-color: #DF8308; }
a { background-color: rgb(223,131,8); }
div.DivClassName
{
background-color: #DF8308;
}
.BgClassName
{
background-color: #DF8308;
}
</style>
border-color css
<style>
span { border-color: #DF8308; }
span { border-color: rgb(223,131,8); }
td.TdClassName
{
border-color: #DF8308;
}
.TagClassName
{
border-color: #DF8308;
}
</style>