Shades of Gamboge #DCA313
Tints of Gamboge #DCA313
RGB
CMYK
RGB Variations
Color information
#DCA313 (or 0xDCA313) is known color: Gamboge. HEX triplet: DC, A3 and 13. RGB value is (220,163,19). Sum of RGB (Red+Green+Blue) = 220+163+19=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA313 is #235CEC. Grayscale: #A4A4A4. Windows color (decimal): -2317549 or 1287132. OLE color: 1287132.
HSL color Cylindrical-coordinate representation of color #DCA313: hue angle of 42.99º 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 #DCA313 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 19 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.14 |
| HSL | 42.99º | 0.84% | 0.47% | - |
| HSV(B) | 42.99º | 0.91% | 0.86% | - |
| XYZ | 42.73 | 41.46 | 6.37 | - |
| YUV | 163.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 19 | 0 | 0.26 | 0.91 | 0.14 | 42.99 | 0.84 | 0.47 |
| Hex | DC | A3 | 13 | 0 | 1A | 5B | E | 2B | 54 | 2F |
| Octal | 334 | 243 | 23 | 0 | 32 | 133 | 16 | 53 | 124 | 57 |
| Binary | 11011100 | 10100011 | 10011 | 0 | 11010 | 1011011 | 1110 | 101011 | 1010100 | 101111 |
Color Harmonies of #DCA313
Complementary color
Monochromatic Colors of #DCA313
Black with #DCA313
Text Example
Text Example
White with #DCA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA313; }
p { color: rgb(220,163,19); }
H1.HeaderClassName
{
color: #DCA313;
}
.AnyTagClassName
{
color: #DCA313;
}
</style>
background-color css
<style>
a { background-color: #DCA313; }
a { background-color: rgb(220,163,19); }
div.DivClassName
{
background-color: #DCA313;
}
.BgClassName
{
background-color: #DCA313;
}
</style>
border-color css
<style>
span { border-color: #DCA313; }
span { border-color: rgb(220,163,19); }
td.TdClassName
{
border-color: #DCA313;
}
.TagClassName
{
border-color: #DCA313;
}
</style>