Shades of Gamboge #DC980E
Tints of Gamboge #DC980E
RGB
CMYK
RGB Variations
Color information
#DC980E (or 0xDC980E) is known color: Gamboge. HEX triplet: DC, 98 and 0E. RGB value is (220,152,14). Sum of RGB (Red+Green+Blue) = 220+152+14=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC980E is #2367F1. Grayscale: #9D9D9D. Windows color (decimal): -2320370 or 956636. OLE color: 956636.
HSL color Cylindrical-coordinate representation of color #DC980E: hue angle of 40.19º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC980E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 14 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.14 |
| HSL | 40.19º | 0.88% | 0.46% | - |
| HSV(B) | 40.19º | 0.94% | 0.86% | - |
| XYZ | 40.82 | 37.7 | 5.54 | - |
| YUV | 156.6 | 47.53 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 14 | 0 | 0.31 | 0.94 | 0.14 | 40.19 | 0.88 | 0.46 |
| Hex | DC | 98 | E | 0 | 1F | 5E | E | 28 | 58 | 2E |
| Octal | 334 | 230 | 16 | 0 | 37 | 136 | 16 | 50 | 130 | 56 |
| Binary | 11011100 | 10011000 | 1110 | 0 | 11111 | 1011110 | 1110 | 101000 | 1011000 | 101110 |
Color Harmonies of #DC980E
Complementary color
Monochromatic Colors of #DC980E
Black with #DC980E
Text Example
Text Example
White with #DC980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC980E; }
p { color: rgb(220,152,14); }
H1.HeaderClassName
{
color: #DC980E;
}
.AnyTagClassName
{
color: #DC980E;
}
</style>
background-color css
<style>
a { background-color: #DC980E; }
a { background-color: rgb(220,152,14); }
div.DivClassName
{
background-color: #DC980E;
}
.BgClassName
{
background-color: #DC980E;
}
</style>
border-color css
<style>
span { border-color: #DC980E; }
span { border-color: rgb(220,152,14); }
td.TdClassName
{
border-color: #DC980E;
}
.TagClassName
{
border-color: #DC980E;
}
</style>