Shades of Gamboge #DC9110
Tints of Gamboge #DC9110
RGB
CMYK
RGB Variations
Color information
#DC9110 (or 0xDC9110) is known color: Gamboge. HEX triplet: DC, 91 and 10. RGB value is (220,145,16). Sum of RGB (Red+Green+Blue) = 220+145+16=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9110 is #236EEF. Grayscale: #999999. Windows color (decimal): -2322160 or 1085916. OLE color: 1085916.
HSL color Cylindrical-coordinate representation of color #DC9110: hue angle of 37.94º 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 #DC9110 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.14 |
| HSL | 37.94º | 0.86% | 0.46% | - |
| HSV(B) | 37.94º | 0.93% | 0.86% | - |
| XYZ | 39.73 | 35.5 | 5.25 | - |
| YUV | 152.72 | 50.85 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 16 | 0 | 0.34 | 0.93 | 0.14 | 37.94 | 0.86 | 0.46 |
| Hex | DC | 91 | 10 | 0 | 22 | 5D | E | 26 | 56 | 2E |
| Octal | 334 | 221 | 20 | 0 | 42 | 135 | 16 | 46 | 126 | 56 |
| Binary | 11011100 | 10010001 | 10000 | 0 | 100010 | 1011101 | 1110 | 100110 | 1010110 | 101110 |
Color Harmonies of #DC9110
Complementary color
Monochromatic Colors of #DC9110
Black with #DC9110
Text Example
Text Example
White with #DC9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9110; }
p { color: rgb(220,145,16); }
H1.HeaderClassName
{
color: #DC9110;
}
.AnyTagClassName
{
color: #DC9110;
}
</style>
background-color css
<style>
a { background-color: #DC9110; }
a { background-color: rgb(220,145,16); }
div.DivClassName
{
background-color: #DC9110;
}
.BgClassName
{
background-color: #DC9110;
}
</style>
border-color css
<style>
span { border-color: #DC9110; }
span { border-color: rgb(220,145,16); }
td.TdClassName
{
border-color: #DC9110;
}
.TagClassName
{
border-color: #DC9110;
}
</style>