Shades of Gamboge #DCA603
Tints of Gamboge #DCA603
RGB
CMYK
RGB Variations
Color information
#DCA603 (or 0xDCA603) is known color: Gamboge. HEX triplet: DC, A6 and 03. RGB value is (220,166,3). Sum of RGB (Red+Green+Blue) = 220+166+3=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA603 is #2359FC. Grayscale: #A4A4A4. Windows color (decimal): -2316797 or 239324. OLE color: 239324.
HSL color Cylindrical-coordinate representation of color #DCA603: hue angle of 45.07º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCA603 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.14 |
| HSL | 45.07º | 0.97% | 0.44% | - |
| HSV(B) | 45.07º | 0.99% | 0.86% | - |
| XYZ | 43.17 | 42.49 | 6.01 | - |
| YUV | 163.56 | 37.39 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 3 | 0 | 0.25 | 0.99 | 0.14 | 45.07 | 0.97 | 0.44 |
| Hex | DC | A6 | 3 | 0 | 19 | 63 | E | 2D | 61 | 2C |
| Octal | 334 | 246 | 3 | 0 | 31 | 143 | 16 | 55 | 141 | 54 |
| Binary | 11011100 | 10100110 | 11 | 0 | 11001 | 1100011 | 1110 | 101101 | 1100001 | 101100 |
Color Harmonies of #DCA603
Complementary color
Monochromatic Colors of #DCA603
Black with #DCA603
Text Example
Text Example
White with #DCA603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA603; }
p { color: rgb(220,166,3); }
H1.HeaderClassName
{
color: #DCA603;
}
.AnyTagClassName
{
color: #DCA603;
}
</style>
background-color css
<style>
a { background-color: #DCA603; }
a { background-color: rgb(220,166,3); }
div.DivClassName
{
background-color: #DCA603;
}
.BgClassName
{
background-color: #DCA603;
}
</style>
border-color css
<style>
span { border-color: #DCA603; }
span { border-color: rgb(220,166,3); }
td.TdClassName
{
border-color: #DCA603;
}
.TagClassName
{
border-color: #DCA603;
}
</style>