Shades of Gamboge #DC990D
Tints of Gamboge #DC990D
RGB
CMYK
RGB Variations
Color information
#DC990D (or 0xDC990D) is known color: Gamboge. HEX triplet: DC, 99 and 0D. RGB value is (220,153,13). Sum of RGB (Red+Green+Blue) = 220+153+13=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC990D is #2366F2. Grayscale: #9D9D9D. Windows color (decimal): -2320115 or 891356. OLE color: 891356.
HSL color Cylindrical-coordinate representation of color #DC990D: hue angle of 40.58º degrees, saturation: 0.89, 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 #DC990D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.14 |
| HSL | 40.58º | 0.89% | 0.46% | - |
| HSV(B) | 40.58º | 0.94% | 0.86% | - |
| XYZ | 40.98 | 38.03 | 5.56 | - |
| YUV | 157.07 | 46.7 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 13 | 0 | 0.30 | 0.94 | 0.14 | 40.58 | 0.89 | 0.46 |
| Hex | DC | 99 | D | 0 | 1E | 5E | E | 29 | 59 | 2E |
| Octal | 334 | 231 | 15 | 0 | 36 | 136 | 16 | 51 | 131 | 56 |
| Binary | 11011100 | 10011001 | 1101 | 0 | 11110 | 1011110 | 1110 | 101001 | 1011001 | 101110 |
Color Harmonies of #DC990D
Complementary color
Monochromatic Colors of #DC990D
Black with #DC990D
Text Example
Text Example
White with #DC990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC990D; }
p { color: rgb(220,153,13); }
H1.HeaderClassName
{
color: #DC990D;
}
.AnyTagClassName
{
color: #DC990D;
}
</style>
background-color css
<style>
a { background-color: #DC990D; }
a { background-color: rgb(220,153,13); }
div.DivClassName
{
background-color: #DC990D;
}
.BgClassName
{
background-color: #DC990D;
}
</style>
border-color css
<style>
span { border-color: #DC990D; }
span { border-color: rgb(220,153,13); }
td.TdClassName
{
border-color: #DC990D;
}
.TagClassName
{
border-color: #DC990D;
}
</style>