Shades of Gamboge #DCA700
Tints of Gamboge #DCA700
RGB
CMYK
RGB Variations
Color information
#DCA700 (or 0xDCA700) is known color: Gamboge. HEX triplet: DC, A7 and 00. RGB value is (220,167,0). Sum of RGB (Red+Green+Blue) = 220+167+0=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA700 is #2358FF. Grayscale: #A4A4A4. Windows color (decimal): -2316544 or 42972. OLE color: 42972.
HSL color Cylindrical-coordinate representation of color #DCA700: hue angle of 45.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCA700 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.14 |
| HSL | 45.55º | 1% | 0.43% | - |
| HSV(B) | 45.55º | 1% | 0.86% | - |
| XYZ | 43.33 | 42.85 | 5.99 | - |
| YUV | 163.81 | 35.56 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 0 | 0 | 0.24 | 1 | 0.14 | 45.55 | 1 | 0.43 |
| Hex | DC | A7 | 0 | 0 | 18 | 64 | E | 2E | 64 | 2B |
| Octal | 334 | 247 | 0 | 0 | 30 | 144 | 16 | 56 | 144 | 53 |
| Binary | 11011100 | 10100111 | 0 | 0 | 11000 | 1100100 | 1110 | 101110 | 1100100 | 101011 |
Color Harmonies of #DCA700
Complementary color
Monochromatic Colors of #DCA700
Black with #DCA700
Text Example
Text Example
White with #DCA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA700; }
p { color: rgb(220,167,0); }
H1.HeaderClassName
{
color: #DCA700;
}
.AnyTagClassName
{
color: #DCA700;
}
</style>
background-color css
<style>
a { background-color: #DCA700; }
a { background-color: rgb(220,167,0); }
div.DivClassName
{
background-color: #DCA700;
}
.BgClassName
{
background-color: #DCA700;
}
</style>
border-color css
<style>
span { border-color: #DCA700; }
span { border-color: rgb(220,167,0); }
td.TdClassName
{
border-color: #DCA700;
}
.TagClassName
{
border-color: #DCA700;
}
</style>