Shades of Gamboge #DC9116
Tints of Gamboge #DC9116
RGB
CMYK
RGB Variations
Color information
#DC9116 (or 0xDC9116) is known color: Gamboge. HEX triplet: DC, 91 and 16. RGB value is (220,145,22). Sum of RGB (Red+Green+Blue) = 220+145+22=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9116 is #236EE9. Grayscale: #999999. Windows color (decimal): -2322154 or 1479132. OLE color: 1479132.
HSL color Cylindrical-coordinate representation of color #DC9116: hue angle of 37.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9116 is Cyan = 0, Magento = 0.34, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 22 | - |
| CMYK | 0 | 0.34 | 0.9 | 0.14 |
| HSL | 37.27º | 0.82% | 0.47% | - |
| HSV(B) | 37.27º | 0.9% | 0.86% | - |
| XYZ | 39.79 | 35.52 | 5.52 | - |
| YUV | 153.4 | 53.85 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 22 | 0 | 0.34 | 0.9 | 0.14 | 37.27 | 0.82 | 0.47 |
| Hex | DC | 91 | 16 | 0 | 22 | 5A | E | 25 | 52 | 2F |
| Octal | 334 | 221 | 26 | 0 | 42 | 132 | 16 | 45 | 122 | 57 |
| Binary | 11011100 | 10010001 | 10110 | 0 | 100010 | 1011010 | 1110 | 100101 | 1010010 | 101111 |
Color Harmonies of #DC9116
Complementary color
Monochromatic Colors of #DC9116
Black with #DC9116
Text Example
Text Example
White with #DC9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9116; }
p { color: rgb(220,145,22); }
H1.HeaderClassName
{
color: #DC9116;
}
.AnyTagClassName
{
color: #DC9116;
}
</style>
background-color css
<style>
a { background-color: #DC9116; }
a { background-color: rgb(220,145,22); }
div.DivClassName
{
background-color: #DC9116;
}
.BgClassName
{
background-color: #DC9116;
}
</style>
border-color css
<style>
span { border-color: #DC9116; }
span { border-color: rgb(220,145,22); }
td.TdClassName
{
border-color: #DC9116;
}
.TagClassName
{
border-color: #DC9116;
}
</style>