Shades of Gamboge #DC980F
Tints of Gamboge #DC980F
RGB
CMYK
RGB Variations
Color information
#DC980F (or 0xDC980F) is known color: Gamboge. HEX triplet: DC, 98 and 0F. RGB value is (220,152,15). Sum of RGB (Red+Green+Blue) = 220+152+15=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC980F is #2367F0. Grayscale: #9D9D9D. Windows color (decimal): -2320369 or 1022172. OLE color: 1022172.
HSL color Cylindrical-coordinate representation of color #DC980F: hue angle of 40.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC980F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.14 |
| HSL | 40.1º | 0.87% | 0.46% | - |
| HSV(B) | 40.1º | 0.93% | 0.86% | - |
| XYZ | 40.83 | 37.71 | 5.58 | - |
| YUV | 156.71 | 48.03 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 15 | 0 | 0.31 | 0.93 | 0.14 | 40.1 | 0.87 | 0.46 |
| Hex | DC | 98 | F | 0 | 1F | 5D | E | 28 | 57 | 2E |
| Octal | 334 | 230 | 17 | 0 | 37 | 135 | 16 | 50 | 127 | 56 |
| Binary | 11011100 | 10011000 | 1111 | 0 | 11111 | 1011101 | 1110 | 101000 | 1010111 | 101110 |
Color Harmonies of #DC980F
Complementary color
Monochromatic Colors of #DC980F
Black with #DC980F
Text Example
Text Example
White with #DC980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC980F; }
p { color: rgb(220,152,15); }
H1.HeaderClassName
{
color: #DC980F;
}
.AnyTagClassName
{
color: #DC980F;
}
</style>
background-color css
<style>
a { background-color: #DC980F; }
a { background-color: rgb(220,152,15); }
div.DivClassName
{
background-color: #DC980F;
}
.BgClassName
{
background-color: #DC980F;
}
</style>
border-color css
<style>
span { border-color: #DC980F; }
span { border-color: rgb(220,152,15); }
td.TdClassName
{
border-color: #DC980F;
}
.TagClassName
{
border-color: #DC980F;
}
</style>