Shades of Gamboge #DC9C05
Tints of Gamboge #DC9C05
RGB
CMYK
RGB Variations
Color information
#DC9C05 (or 0xDC9C05) is known color: Gamboge. HEX triplet: DC, 9C and 05. RGB value is (220,156,5). Sum of RGB (Red+Green+Blue) = 220+156+5=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C05 is #2363FA. Grayscale: #9E9E9E. Windows color (decimal): -2319355 or 367836. OLE color: 367836.
HSL color Cylindrical-coordinate representation of color #DC9C05: hue angle of 42.14º 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 #DC9C05 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.14 |
| HSL | 42.14º | 0.96% | 0.44% | - |
| HSV(B) | 42.14º | 0.98% | 0.86% | - |
| XYZ | 41.43 | 39 | 5.49 | - |
| YUV | 157.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 5 | 0 | 0.29 | 0.98 | 0.14 | 42.14 | 0.96 | 0.44 |
| Hex | DC | 9C | 5 | 0 | 1D | 62 | E | 2A | 60 | 2C |
| Octal | 334 | 234 | 5 | 0 | 35 | 142 | 16 | 52 | 140 | 54 |
| Binary | 11011100 | 10011100 | 101 | 0 | 11101 | 1100010 | 1110 | 101010 | 1100000 | 101100 |
Color Harmonies of #DC9C05
Complementary color
Monochromatic Colors of #DC9C05
Black with #DC9C05
Text Example
Text Example
White with #DC9C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C05; }
p { color: rgb(220,156,5); }
H1.HeaderClassName
{
color: #DC9C05;
}
.AnyTagClassName
{
color: #DC9C05;
}
</style>
background-color css
<style>
a { background-color: #DC9C05; }
a { background-color: rgb(220,156,5); }
div.DivClassName
{
background-color: #DC9C05;
}
.BgClassName
{
background-color: #DC9C05;
}
</style>
border-color css
<style>
span { border-color: #DC9C05; }
span { border-color: rgb(220,156,5); }
td.TdClassName
{
border-color: #DC9C05;
}
.TagClassName
{
border-color: #DC9C05;
}
</style>