Shades of Gamboge #DCA114
Tints of Gamboge #DCA114
RGB
CMYK
RGB Variations
Color information
#DCA114 (or 0xDCA114) is known color: Gamboge. HEX triplet: DC, A1 and 14. RGB value is (220,161,20). Sum of RGB (Red+Green+Blue) = 220+161+20=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA114 is #235EEB. Grayscale: #A3A3A3. Windows color (decimal): -2318060 or 1352156. OLE color: 1352156.
HSL color Cylindrical-coordinate representation of color #DCA114: hue angle of 42.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCA114 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.14 |
| HSL | 42.3º | 0.83% | 0.47% | - |
| HSV(B) | 42.3º | 0.91% | 0.86% | - |
| XYZ | 42.39 | 40.76 | 6.29 | - |
| YUV | 162.57 | 47.55 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 20 | 0 | 0.27 | 0.91 | 0.14 | 42.3 | 0.83 | 0.47 |
| Hex | DC | A1 | 14 | 0 | 1B | 5B | E | 2A | 53 | 2F |
| Octal | 334 | 241 | 24 | 0 | 33 | 133 | 16 | 52 | 123 | 57 |
| Binary | 11011100 | 10100001 | 10100 | 0 | 11011 | 1011011 | 1110 | 101010 | 1010011 | 101111 |
Color Harmonies of #DCA114
Complementary color
Monochromatic Colors of #DCA114
Black with #DCA114
Text Example
Text Example
White with #DCA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA114; }
p { color: rgb(220,161,20); }
H1.HeaderClassName
{
color: #DCA114;
}
.AnyTagClassName
{
color: #DCA114;
}
</style>
background-color css
<style>
a { background-color: #DCA114; }
a { background-color: rgb(220,161,20); }
div.DivClassName
{
background-color: #DCA114;
}
.BgClassName
{
background-color: #DCA114;
}
</style>
border-color css
<style>
span { border-color: #DCA114; }
span { border-color: rgb(220,161,20); }
td.TdClassName
{
border-color: #DCA114;
}
.TagClassName
{
border-color: #DCA114;
}
</style>