Shades of Gamboge #DCA500
Tints of Gamboge #DCA500
RGB
CMYK
RGB Variations
Color information
#DCA500 (or 0xDCA500) is known color: Gamboge. HEX triplet: DC, A5 and 00. RGB value is (220,165,0). Sum of RGB (Red+Green+Blue) = 220+165+0=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA500 is #235AFF. Grayscale: #A3A3A3. Windows color (decimal): -2317056 or 42460. OLE color: 42460.
HSL color Cylindrical-coordinate representation of color #DCA500: hue angle of 45º 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 #DCA500 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.14 |
| HSL | 45º | 1% | 0.43% | - |
| HSV(B) | 45º | 1% | 0.86% | - |
| XYZ | 42.97 | 42.13 | 5.87 | - |
| YUV | 162.64 | 36.22 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 0 | 0 | 0.25 | 1 | 0.14 | 45 | 1 | 0.43 |
| Hex | DC | A5 | 0 | 0 | 19 | 64 | E | 2D | 64 | 2B |
| Octal | 334 | 245 | 0 | 0 | 31 | 144 | 16 | 55 | 144 | 53 |
| Binary | 11011100 | 10100101 | 0 | 0 | 11001 | 1100100 | 1110 | 101101 | 1100100 | 101011 |
Color Harmonies of #DCA500
Complementary color
Monochromatic Colors of #DCA500
Black with #DCA500
Text Example
Text Example
White with #DCA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA500; }
p { color: rgb(220,165,0); }
H1.HeaderClassName
{
color: #DCA500;
}
.AnyTagClassName
{
color: #DCA500;
}
</style>
background-color css
<style>
a { background-color: #DCA500; }
a { background-color: rgb(220,165,0); }
div.DivClassName
{
background-color: #DCA500;
}
.BgClassName
{
background-color: #DCA500;
}
</style>
border-color css
<style>
span { border-color: #DCA500; }
span { border-color: rgb(220,165,0); }
td.TdClassName
{
border-color: #DCA500;
}
.TagClassName
{
border-color: #DCA500;
}
</style>