Shades of Gamboge #DC9D10
Tints of Gamboge #DC9D10
RGB
CMYK
RGB Variations
Color information
#DC9D10 (or 0xDC9D10) is known color: Gamboge. HEX triplet: DC, 9D and 10. RGB value is (220,157,16). Sum of RGB (Red+Green+Blue) = 220+157+16=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D10 is #2362EF. Grayscale: #A0A0A0. Windows color (decimal): -2319088 or 1088988. OLE color: 1088988.
HSL color Cylindrical-coordinate representation of color #DC9D10: hue angle of 41.47º degrees, saturation: 0.86, 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 #DC9D10 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.14 |
| HSL | 41.47º | 0.86% | 0.46% | - |
| HSV(B) | 41.47º | 0.93% | 0.86% | - |
| XYZ | 41.67 | 39.37 | 5.89 | - |
| YUV | 159.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 16 | 0 | 0.29 | 0.93 | 0.14 | 41.47 | 0.86 | 0.46 |
| Hex | DC | 9D | 10 | 0 | 1D | 5D | E | 29 | 56 | 2E |
| Octal | 334 | 235 | 20 | 0 | 35 | 135 | 16 | 51 | 126 | 56 |
| Binary | 11011100 | 10011101 | 10000 | 0 | 11101 | 1011101 | 1110 | 101001 | 1010110 | 101110 |
Color Harmonies of #DC9D10
Complementary color
Monochromatic Colors of #DC9D10
Black with #DC9D10
Text Example
Text Example
White with #DC9D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D10; }
p { color: rgb(220,157,16); }
H1.HeaderClassName
{
color: #DC9D10;
}
.AnyTagClassName
{
color: #DC9D10;
}
</style>
background-color css
<style>
a { background-color: #DC9D10; }
a { background-color: rgb(220,157,16); }
div.DivClassName
{
background-color: #DC9D10;
}
.BgClassName
{
background-color: #DC9D10;
}
</style>
border-color css
<style>
span { border-color: #DC9D10; }
span { border-color: rgb(220,157,16); }
td.TdClassName
{
border-color: #DC9D10;
}
.TagClassName
{
border-color: #DC9D10;
}
</style>