Shades of Gamboge #DCA013
Tints of Gamboge #DCA013
RGB
CMYK
RGB Variations
Color information
#DCA013 (or 0xDCA013) is known color: Gamboge. HEX triplet: DC, A0 and 13. RGB value is (220,160,19). Sum of RGB (Red+Green+Blue) = 220+160+19=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA013 is #235FEC. Grayscale: #A2A2A2. Windows color (decimal): -2318317 or 1286364. OLE color: 1286364.
HSL color Cylindrical-coordinate representation of color #DCA013: hue angle of 42.09º degrees, saturation: 0.84, 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 #DCA013 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.14 |
| HSL | 42.09º | 0.84% | 0.47% | - |
| HSV(B) | 42.09º | 0.91% | 0.86% | - |
| XYZ | 42.2 | 40.4 | 6.19 | - |
| YUV | 161.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 19 | 0 | 0.27 | 0.91 | 0.14 | 42.09 | 0.84 | 0.47 |
| Hex | DC | A0 | 13 | 0 | 1B | 5B | E | 2A | 54 | 2F |
| Octal | 334 | 240 | 23 | 0 | 33 | 133 | 16 | 52 | 124 | 57 |
| Binary | 11011100 | 10100000 | 10011 | 0 | 11011 | 1011011 | 1110 | 101010 | 1010100 | 101111 |
Color Harmonies of #DCA013
Complementary color
Monochromatic Colors of #DCA013
Black with #DCA013
Text Example
Text Example
White with #DCA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA013; }
p { color: rgb(220,160,19); }
H1.HeaderClassName
{
color: #DCA013;
}
.AnyTagClassName
{
color: #DCA013;
}
</style>
background-color css
<style>
a { background-color: #DCA013; }
a { background-color: rgb(220,160,19); }
div.DivClassName
{
background-color: #DCA013;
}
.BgClassName
{
background-color: #DCA013;
}
</style>
border-color css
<style>
span { border-color: #DCA013; }
span { border-color: rgb(220,160,19); }
td.TdClassName
{
border-color: #DCA013;
}
.TagClassName
{
border-color: #DCA013;
}
</style>