Shades of Gamboge #DCA201
Tints of Gamboge #DCA201
RGB
CMYK
RGB Variations
Color information
#DCA201 (or 0xDCA201) is known color: Gamboge. HEX triplet: DC, A2 and 01. RGB value is (220,162,1). Sum of RGB (Red+Green+Blue) = 220+162+1=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA201 is #235DFE. Grayscale: #A1A1A1. Windows color (decimal): -2317823 or 107228. OLE color: 107228.
HSL color Cylindrical-coordinate representation of color #DCA201: hue angle of 44.11º 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 #DCA201 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.14 |
| HSL | 44.11º | 0.99% | 0.43% | - |
| HSV(B) | 44.11º | 1% | 0.86% | - |
| XYZ | 42.44 | 41.06 | 5.72 | - |
| YUV | 160.99 | 37.72 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 1 | 0 | 0.26 | 1.00 | 0.14 | 44.11 | 0.99 | 0.43 |
| Hex | DC | A2 | 1 | 0 | 1A | 64 | E | 2C | 63 | 2B |
| Octal | 334 | 242 | 1 | 0 | 32 | 144 | 16 | 54 | 143 | 53 |
| Binary | 11011100 | 10100010 | 1 | 0 | 11010 | 1100100 | 1110 | 101100 | 1100011 | 101011 |
Color Harmonies of #DCA201
Complementary color
Monochromatic Colors of #DCA201
Black with #DCA201
Text Example
Text Example
White with #DCA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA201; }
p { color: rgb(220,162,1); }
H1.HeaderClassName
{
color: #DCA201;
}
.AnyTagClassName
{
color: #DCA201;
}
</style>
background-color css
<style>
a { background-color: #DCA201; }
a { background-color: rgb(220,162,1); }
div.DivClassName
{
background-color: #DCA201;
}
.BgClassName
{
background-color: #DCA201;
}
</style>
border-color css
<style>
span { border-color: #DCA201; }
span { border-color: rgb(220,162,1); }
td.TdClassName
{
border-color: #DCA201;
}
.TagClassName
{
border-color: #DCA201;
}
</style>