Shades of Tangerine #DF830D
Tints of Tangerine #DF830D
RGB
CMYK
RGB Variations
Color information
#DF830D (or 0xDF830D) is known color: Tangerine. HEX triplet: DF, 83 and 0D. RGB value is (223,131,13). Sum of RGB (Red+Green+Blue) = 223+131+13=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF830D is #207CF2. Grayscale: #919191. Windows color (decimal): -2129139 or 885727. OLE color: 885727.
HSL color Cylindrical-coordinate representation of color #DF830D: hue angle of 33.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF830D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.13 |
| HSL | 33.71º | 0.89% | 0.46% | - |
| HSV(B) | 33.71º | 0.94% | 0.87% | - |
| XYZ | 38.62 | 31.95 | 4.51 | - |
| YUV | 145.06 | 53.48 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 13 | 0 | 0.41 | 0.94 | 0.13 | 33.71 | 0.89 | 0.46 |
| Hex | DF | 83 | D | 0 | 29 | 5E | D | 22 | 59 | 2E |
| Octal | 337 | 203 | 15 | 0 | 51 | 136 | 15 | 42 | 131 | 56 |
| Binary | 11011111 | 10000011 | 1101 | 0 | 101001 | 1011110 | 1101 | 100010 | 1011001 | 101110 |
Color Harmonies of #DF830D
Complementary color
Monochromatic Colors of #DF830D
Black with #DF830D
Text Example
Text Example
White with #DF830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF830D; }
p { color: rgb(223,131,13); }
H1.HeaderClassName
{
color: #DF830D;
}
.AnyTagClassName
{
color: #DF830D;
}
</style>
background-color css
<style>
a { background-color: #DF830D; }
a { background-color: rgb(223,131,13); }
div.DivClassName
{
background-color: #DF830D;
}
.BgClassName
{
background-color: #DF830D;
}
</style>
border-color css
<style>
span { border-color: #DF830D; }
span { border-color: rgb(223,131,13); }
td.TdClassName
{
border-color: #DF830D;
}
.TagClassName
{
border-color: #DF830D;
}
</style>