Shades of Gamboge #DCA800
Tints of Gamboge #DCA800
RGB
CMYK
RGB Variations
Color information
#DCA800 (or 0xDCA800) is known color: Gamboge. HEX triplet: DC, A8 and 00. RGB value is (220,168,0). Sum of RGB (Red+Green+Blue) = 220+168+0=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA800 is #2357FF. Grayscale: #A5A5A5. Windows color (decimal): -2316288 or 43228. OLE color: 43228.
HSL color Cylindrical-coordinate representation of color #DCA800: hue angle of 45.82º 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 #DCA800 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.14 |
| HSL | 45.82º | 1% | 0.43% | - |
| HSV(B) | 45.82º | 1% | 0.86% | - |
| XYZ | 43.52 | 43.22 | 6.05 | - |
| YUV | 164.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 0 | 0 | 0.24 | 1 | 0.14 | 45.82 | 1 | 0.43 |
| Hex | DC | A8 | 0 | 0 | 18 | 64 | E | 2E | 64 | 2B |
| Octal | 334 | 250 | 0 | 0 | 30 | 144 | 16 | 56 | 144 | 53 |
| Binary | 11011100 | 10101000 | 0 | 0 | 11000 | 1100100 | 1110 | 101110 | 1100100 | 101011 |
Color Harmonies of #DCA800
Complementary color
Monochromatic Colors of #DCA800
Black with #DCA800
Text Example
Text Example
White with #DCA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA800; }
p { color: rgb(220,168,0); }
H1.HeaderClassName
{
color: #DCA800;
}
.AnyTagClassName
{
color: #DCA800;
}
</style>
background-color css
<style>
a { background-color: #DCA800; }
a { background-color: rgb(220,168,0); }
div.DivClassName
{
background-color: #DCA800;
}
.BgClassName
{
background-color: #DCA800;
}
</style>
border-color css
<style>
span { border-color: #DCA800; }
span { border-color: rgb(220,168,0); }
td.TdClassName
{
border-color: #DCA800;
}
.TagClassName
{
border-color: #DCA800;
}
</style>