Shades of Gamboge #DC9A04
Tints of Gamboge #DC9A04
RGB
CMYK
RGB Variations
Color information
#DC9A04 (or 0xDC9A04) is known color: Gamboge. HEX triplet: DC, 9A and 04. RGB value is (220,154,4). Sum of RGB (Red+Green+Blue) = 220+154+4=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A04 is #2365FB. Grayscale: #9D9D9D. Windows color (decimal): -2319868 or 301788. OLE color: 301788.
HSL color Cylindrical-coordinate representation of color #DC9A04: hue angle of 41.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC9A04 is Cyan = 0, Magento = 0.3, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 4 | - |
| CMYK | 0 | 0.3 | 0.98 | 0.14 |
| HSL | 41.67º | 0.96% | 0.44% | - |
| HSV(B) | 41.67º | 0.98% | 0.86% | - |
| XYZ | 41.09 | 38.34 | 5.35 | - |
| YUV | 156.63 | 41.87 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 4 | 0 | 0.3 | 0.98 | 0.14 | 41.67 | 0.96 | 0.44 |
| Hex | DC | 9A | 4 | 0 | 1E | 62 | E | 2A | 60 | 2C |
| Octal | 334 | 232 | 4 | 0 | 36 | 142 | 16 | 52 | 140 | 54 |
| Binary | 11011100 | 10011010 | 100 | 0 | 11110 | 1100010 | 1110 | 101010 | 1100000 | 101100 |
Color Harmonies of #DC9A04
Complementary color
Monochromatic Colors of #DC9A04
Black with #DC9A04
Text Example
Text Example
White with #DC9A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A04; }
p { color: rgb(220,154,4); }
H1.HeaderClassName
{
color: #DC9A04;
}
.AnyTagClassName
{
color: #DC9A04;
}
</style>
background-color css
<style>
a { background-color: #DC9A04; }
a { background-color: rgb(220,154,4); }
div.DivClassName
{
background-color: #DC9A04;
}
.BgClassName
{
background-color: #DC9A04;
}
</style>
border-color css
<style>
span { border-color: #DC9A04; }
span { border-color: rgb(220,154,4); }
td.TdClassName
{
border-color: #DC9A04;
}
.TagClassName
{
border-color: #DC9A04;
}
</style>