Shades of Gamboge #DCA100
Tints of Gamboge #DCA100
RGB
CMYK
RGB Variations
Color information
#DCA100 (or 0xDCA100) is known color: Gamboge. HEX triplet: DC, A1 and 00. RGB value is (220,161,0). Sum of RGB (Red+Green+Blue) = 220+161+0=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA100 is #235EFF. Grayscale: #A0A0A0. Windows color (decimal): -2318080 or 41436. OLE color: 41436.
HSL color Cylindrical-coordinate representation of color #DCA100: hue angle of 43.91º 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 #DCA100 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.14 |
| HSL | 43.91º | 1% | 0.43% | - |
| HSV(B) | 43.91º | 1% | 0.86% | - |
| XYZ | 42.26 | 40.71 | 5.63 | - |
| YUV | 160.29 | 37.55 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 0 | 0 | 0.27 | 1 | 0.14 | 43.91 | 1 | 0.43 |
| Hex | DC | A1 | 0 | 0 | 1B | 64 | E | 2C | 64 | 2B |
| Octal | 334 | 241 | 0 | 0 | 33 | 144 | 16 | 54 | 144 | 53 |
| Binary | 11011100 | 10100001 | 0 | 0 | 11011 | 1100100 | 1110 | 101100 | 1100100 | 101011 |
Color Harmonies of #DCA100
Complementary color
Monochromatic Colors of #DCA100
Black with #DCA100
Text Example
Text Example
White with #DCA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA100; }
p { color: rgb(220,161,0); }
H1.HeaderClassName
{
color: #DCA100;
}
.AnyTagClassName
{
color: #DCA100;
}
</style>
background-color css
<style>
a { background-color: #DCA100; }
a { background-color: rgb(220,161,0); }
div.DivClassName
{
background-color: #DCA100;
}
.BgClassName
{
background-color: #DCA100;
}
</style>
border-color css
<style>
span { border-color: #DCA100; }
span { border-color: rgb(220,161,0); }
td.TdClassName
{
border-color: #DCA100;
}
.TagClassName
{
border-color: #DCA100;
}
</style>