Shades of Tangerine #DE8B00
Tints of Tangerine #DE8B00
RGB
CMYK
RGB Variations
Color information
#DE8B00 (or 0xDE8B00) is known color: Tangerine. HEX triplet: DE, 8B and 00. RGB value is (222,139,0). Sum of RGB (Red+Green+Blue) = 222+139+0=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8B00 is #2174FF. Grayscale: #949494. Windows color (decimal): -2192640 or 35806. OLE color: 35806.
HSL color Cylindrical-coordinate representation of color #DE8B00: hue angle of 37.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE8B00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 139 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.13 |
| HSL | 37.57º | 1% | 0.44% | - |
| HSV(B) | 37.57º | 1% | 0.87% | - |
| XYZ | 39.36 | 33.99 | 4.49 | - |
| YUV | 147.97 | 44.5 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 0 | 0 | 0.37 | 1 | 0.13 | 37.57 | 1 | 0.44 |
| Hex | DE | 8B | 0 | 0 | 25 | 64 | D | 26 | 64 | 2C |
| Octal | 336 | 213 | 0 | 0 | 45 | 144 | 15 | 46 | 144 | 54 |
| Binary | 11011110 | 10001011 | 0 | 0 | 100101 | 1100100 | 1101 | 100110 | 1100100 | 101100 |
Color Harmonies of #DE8B00
Complementary color
Monochromatic Colors of #DE8B00
Black with #DE8B00
Text Example
Text Example
White with #DE8B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8B00; }
p { color: rgb(222,139,0); }
H1.HeaderClassName
{
color: #DE8B00;
}
.AnyTagClassName
{
color: #DE8B00;
}
</style>
background-color css
<style>
a { background-color: #DE8B00; }
a { background-color: rgb(222,139,0); }
div.DivClassName
{
background-color: #DE8B00;
}
.BgClassName
{
background-color: #DE8B00;
}
</style>
border-color css
<style>
span { border-color: #DE8B00; }
span { border-color: rgb(222,139,0); }
td.TdClassName
{
border-color: #DE8B00;
}
.TagClassName
{
border-color: #DE8B00;
}
</style>