Shades of Gamboge #DCA116
Tints of Gamboge #DCA116
RGB
CMYK
RGB Variations
Color information
#DCA116 (or 0xDCA116) is known color: Gamboge. HEX triplet: DC, A1 and 16. RGB value is (220,161,22). Sum of RGB (Red+Green+Blue) = 220+161+22=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA116 is #235EE9. Grayscale: #A3A3A3. Windows color (decimal): -2318058 or 1483228. OLE color: 1483228.
HSL color Cylindrical-coordinate representation of color #DCA116: hue angle of 42.12º 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 #DCA116 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 22 | - |
| CMYK | 0 | 0.27 | 0.9 | 0.14 |
| HSL | 42.12º | 0.82% | 0.47% | - |
| HSV(B) | 42.12º | 0.9% | 0.86% | - |
| XYZ | 42.4 | 40.76 | 6.39 | - |
| YUV | 162.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 22 | 0 | 0.27 | 0.9 | 0.14 | 42.12 | 0.82 | 0.47 |
| Hex | DC | A1 | 16 | 0 | 1B | 5A | E | 2A | 52 | 2F |
| Octal | 334 | 241 | 26 | 0 | 33 | 132 | 16 | 52 | 122 | 57 |
| Binary | 11011100 | 10100001 | 10110 | 0 | 11011 | 1011010 | 1110 | 101010 | 1010010 | 101111 |
Color Harmonies of #DCA116
Complementary color
Monochromatic Colors of #DCA116
Black with #DCA116
Text Example
Text Example
White with #DCA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA116; }
p { color: rgb(220,161,22); }
H1.HeaderClassName
{
color: #DCA116;
}
.AnyTagClassName
{
color: #DCA116;
}
</style>
background-color css
<style>
a { background-color: #DCA116; }
a { background-color: rgb(220,161,22); }
div.DivClassName
{
background-color: #DCA116;
}
.BgClassName
{
background-color: #DCA116;
}
</style>
border-color css
<style>
span { border-color: #DCA116; }
span { border-color: rgb(220,161,22); }
td.TdClassName
{
border-color: #DCA116;
}
.TagClassName
{
border-color: #DCA116;
}
</style>