Shades of Tangerine #DF830B
Tints of Tangerine #DF830B
RGB
CMYK
RGB Variations
Color information
#DF830B (or 0xDF830B) is known color: Tangerine. HEX triplet: DF, 83 and 0B. RGB value is (223,131,11). Sum of RGB (Red+Green+Blue) = 223+131+11=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF830B is #207CF4. Grayscale: #919191. Windows color (decimal): -2129141 or 754655. OLE color: 754655.
HSL color Cylindrical-coordinate representation of color #DF830B: hue angle of 33.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF830B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.13 |
| HSL | 33.96º | 0.91% | 0.46% | - |
| HSV(B) | 33.96º | 0.95% | 0.87% | - |
| XYZ | 38.61 | 31.94 | 4.45 | - |
| YUV | 144.83 | 52.48 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 11 | 0 | 0.41 | 0.95 | 0.13 | 33.96 | 0.91 | 0.46 |
| Hex | DF | 83 | B | 0 | 29 | 5F | D | 22 | 5B | 2E |
| Octal | 337 | 203 | 13 | 0 | 51 | 137 | 15 | 42 | 133 | 56 |
| Binary | 11011111 | 10000011 | 1011 | 0 | 101001 | 1011111 | 1101 | 100010 | 1011011 | 101110 |
Color Harmonies of #DF830B
Complementary color
Monochromatic Colors of #DF830B
Black with #DF830B
Text Example
Text Example
White with #DF830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF830B; }
p { color: rgb(223,131,11); }
H1.HeaderClassName
{
color: #DF830B;
}
.AnyTagClassName
{
color: #DF830B;
}
</style>
background-color css
<style>
a { background-color: #DF830B; }
a { background-color: rgb(223,131,11); }
div.DivClassName
{
background-color: #DF830B;
}
.BgClassName
{
background-color: #DF830B;
}
</style>
border-color css
<style>
span { border-color: #DF830B; }
span { border-color: rgb(223,131,11); }
td.TdClassName
{
border-color: #DF830B;
}
.TagClassName
{
border-color: #DF830B;
}
</style>