Shades of Gamboge #DCA300
Tints of Gamboge #DCA300
RGB
CMYK
RGB Variations
Color information
#DCA300 (or 0xDCA300) is known color: Gamboge. HEX triplet: DC, A3 and 00. RGB value is (220,163,0). Sum of RGB (Red+Green+Blue) = 220+163+0=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA300 is #235CFF. Grayscale: #A2A2A2. Windows color (decimal): -2317568 or 41948. OLE color: 41948.
HSL color Cylindrical-coordinate representation of color #DCA300: hue angle of 44.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 #DCA300 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.14 |
| HSL | 44.45º | 1% | 0.43% | - |
| HSV(B) | 44.45º | 1% | 0.86% | - |
| XYZ | 42.61 | 41.41 | 5.75 | - |
| YUV | 161.46 | 36.88 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 0 | 0 | 0.26 | 1 | 0.14 | 44.45 | 1 | 0.43 |
| Hex | DC | A3 | 0 | 0 | 1A | 64 | E | 2C | 64 | 2B |
| Octal | 334 | 243 | 0 | 0 | 32 | 144 | 16 | 54 | 144 | 53 |
| Binary | 11011100 | 10100011 | 0 | 0 | 11010 | 1100100 | 1110 | 101100 | 1100100 | 101011 |
Color Harmonies of #DCA300
Complementary color
Monochromatic Colors of #DCA300
Black with #DCA300
Text Example
Text Example
White with #DCA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA300; }
p { color: rgb(220,163,0); }
H1.HeaderClassName
{
color: #DCA300;
}
.AnyTagClassName
{
color: #DCA300;
}
</style>
background-color css
<style>
a { background-color: #DCA300; }
a { background-color: rgb(220,163,0); }
div.DivClassName
{
background-color: #DCA300;
}
.BgClassName
{
background-color: #DCA300;
}
</style>
border-color css
<style>
span { border-color: #DCA300; }
span { border-color: rgb(220,163,0); }
td.TdClassName
{
border-color: #DCA300;
}
.TagClassName
{
border-color: #DCA300;
}
</style>