Shades of Gamboge #DCA301
Tints of Gamboge #DCA301
RGB
CMYK
RGB Variations
Color information
#DCA301 (or 0xDCA301) is known color: Gamboge. HEX triplet: DC, A3 and 01. RGB value is (220,163,1). Sum of RGB (Red+Green+Blue) = 220+163+1=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA301 is #235CFE. Grayscale: #A2A2A2. Windows color (decimal): -2317567 or 107484. OLE color: 107484.
HSL color Cylindrical-coordinate representation of color #DCA301: hue angle of 44.38º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCA301 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.14 |
| HSL | 44.38º | 0.99% | 0.43% | - |
| HSV(B) | 44.38º | 1% | 0.86% | - |
| XYZ | 42.62 | 41.41 | 5.78 | - |
| YUV | 161.58 | 37.38 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 1 | 0 | 0.26 | 1.00 | 0.14 | 44.38 | 0.99 | 0.43 |
| Hex | DC | A3 | 1 | 0 | 1A | 64 | E | 2C | 63 | 2B |
| Octal | 334 | 243 | 1 | 0 | 32 | 144 | 16 | 54 | 143 | 53 |
| Binary | 11011100 | 10100011 | 1 | 0 | 11010 | 1100100 | 1110 | 101100 | 1100011 | 101011 |
Color Harmonies of #DCA301
Complementary color
Monochromatic Colors of #DCA301
Black with #DCA301
Text Example
Text Example
White with #DCA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA301; }
p { color: rgb(220,163,1); }
H1.HeaderClassName
{
color: #DCA301;
}
.AnyTagClassName
{
color: #DCA301;
}
</style>
background-color css
<style>
a { background-color: #DCA301; }
a { background-color: rgb(220,163,1); }
div.DivClassName
{
background-color: #DCA301;
}
.BgClassName
{
background-color: #DCA301;
}
</style>
border-color css
<style>
span { border-color: #DCA301; }
span { border-color: rgb(220,163,1); }
td.TdClassName
{
border-color: #DCA301;
}
.TagClassName
{
border-color: #DCA301;
}
</style>