Shades of Gamboge #DC9210
Tints of Gamboge #DC9210
RGB
CMYK
RGB Variations
Color information
#DC9210 (or 0xDC9210) is known color: Gamboge. HEX triplet: DC, 92 and 10. RGB value is (220,146,16). Sum of RGB (Red+Green+Blue) = 220+146+16=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9210 is #236DEF. Grayscale: #999999. Windows color (decimal): -2321904 or 1086172. OLE color: 1086172.
HSL color Cylindrical-coordinate representation of color #DC9210: hue angle of 38.24º 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 #DC9210 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.14 |
| HSL | 38.24º | 0.86% | 0.46% | - |
| HSV(B) | 38.24º | 0.93% | 0.86% | - |
| XYZ | 39.89 | 35.81 | 5.3 | - |
| YUV | 153.31 | 50.52 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 16 | 0 | 0.34 | 0.93 | 0.14 | 38.24 | 0.86 | 0.46 |
| Hex | DC | 92 | 10 | 0 | 22 | 5D | E | 26 | 56 | 2E |
| Octal | 334 | 222 | 20 | 0 | 42 | 135 | 16 | 46 | 126 | 56 |
| Binary | 11011100 | 10010010 | 10000 | 0 | 100010 | 1011101 | 1110 | 100110 | 1010110 | 101110 |
Color Harmonies of #DC9210
Complementary color
Monochromatic Colors of #DC9210
Black with #DC9210
Text Example
Text Example
White with #DC9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9210; }
p { color: rgb(220,146,16); }
H1.HeaderClassName
{
color: #DC9210;
}
.AnyTagClassName
{
color: #DC9210;
}
</style>
background-color css
<style>
a { background-color: #DC9210; }
a { background-color: rgb(220,146,16); }
div.DivClassName
{
background-color: #DC9210;
}
.BgClassName
{
background-color: #DC9210;
}
</style>
border-color css
<style>
span { border-color: #DC9210; }
span { border-color: rgb(220,146,16); }
td.TdClassName
{
border-color: #DC9210;
}
.TagClassName
{
border-color: #DC9210;
}
</style>