Shades of Tangerine #DF8A04
Tints of Tangerine #DF8A04
RGB
CMYK
RGB Variations
Color information
#DF8A04 (or 0xDF8A04) is known color: Tangerine. HEX triplet: DF, 8A and 04. RGB value is (223,138,4). Sum of RGB (Red+Green+Blue) = 223+138+4=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8A04 is #2075FB. Grayscale: #949494. Windows color (decimal): -2127356 or 297695. OLE color: 297695.
HSL color Cylindrical-coordinate representation of color #DF8A04: hue angle of 36.71º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF8A04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.13 |
| HSL | 36.71º | 0.96% | 0.45% | - |
| HSV(B) | 36.71º | 0.98% | 0.87% | - |
| XYZ | 39.54 | 33.87 | 4.57 | - |
| YUV | 148.14 | 46.66 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 4 | 0 | 0.38 | 0.98 | 0.13 | 36.71 | 0.96 | 0.45 |
| Hex | DF | 8A | 4 | 0 | 26 | 62 | D | 25 | 60 | 2D |
| Octal | 337 | 212 | 4 | 0 | 46 | 142 | 15 | 45 | 140 | 55 |
| Binary | 11011111 | 10001010 | 100 | 0 | 100110 | 1100010 | 1101 | 100101 | 1100000 | 101101 |
Color Harmonies of #DF8A04
Complementary color
Monochromatic Colors of #DF8A04
Black with #DF8A04
Text Example
Text Example
White with #DF8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A04; }
p { color: rgb(223,138,4); }
H1.HeaderClassName
{
color: #DF8A04;
}
.AnyTagClassName
{
color: #DF8A04;
}
</style>
background-color css
<style>
a { background-color: #DF8A04; }
a { background-color: rgb(223,138,4); }
div.DivClassName
{
background-color: #DF8A04;
}
.BgClassName
{
background-color: #DF8A04;
}
</style>
border-color css
<style>
span { border-color: #DF8A04; }
span { border-color: rgb(223,138,4); }
td.TdClassName
{
border-color: #DF8A04;
}
.TagClassName
{
border-color: #DF8A04;
}
</style>