Shades of Gamboge #DC9710
Tints of Gamboge #DC9710
RGB
CMYK
RGB Variations
Color information
#DC9710 (or 0xDC9710) is known color: Gamboge. HEX triplet: DC, 97 and 10. RGB value is (220,151,16). Sum of RGB (Red+Green+Blue) = 220+151+16=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9710 is #2368EF. Grayscale: #9C9C9C. Windows color (decimal): -2320624 or 1087452. OLE color: 1087452.
HSL color Cylindrical-coordinate representation of color #DC9710: hue angle of 39.71º 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 #DC9710 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.14 |
| HSL | 39.71º | 0.86% | 0.46% | - |
| HSV(B) | 39.71º | 0.93% | 0.86% | - |
| XYZ | 40.68 | 37.39 | 5.56 | - |
| YUV | 156.24 | 48.86 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 16 | 0 | 0.31 | 0.93 | 0.14 | 39.71 | 0.86 | 0.46 |
| Hex | DC | 97 | 10 | 0 | 1F | 5D | E | 28 | 56 | 2E |
| Octal | 334 | 227 | 20 | 0 | 37 | 135 | 16 | 50 | 126 | 56 |
| Binary | 11011100 | 10010111 | 10000 | 0 | 11111 | 1011101 | 1110 | 101000 | 1010110 | 101110 |
Color Harmonies of #DC9710
Complementary color
Monochromatic Colors of #DC9710
Black with #DC9710
Text Example
Text Example
White with #DC9710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9710; }
p { color: rgb(220,151,16); }
H1.HeaderClassName
{
color: #DC9710;
}
.AnyTagClassName
{
color: #DC9710;
}
</style>
background-color css
<style>
a { background-color: #DC9710; }
a { background-color: rgb(220,151,16); }
div.DivClassName
{
background-color: #DC9710;
}
.BgClassName
{
background-color: #DC9710;
}
</style>
border-color css
<style>
span { border-color: #DC9710; }
span { border-color: rgb(220,151,16); }
td.TdClassName
{
border-color: #DC9710;
}
.TagClassName
{
border-color: #DC9710;
}
</style>