Shades of Gamboge #DC9C06
Tints of Gamboge #DC9C06
RGB
CMYK
RGB Variations
Color information
#DC9C06 (or 0xDC9C06) is known color: Gamboge. HEX triplet: DC, 9C and 06. RGB value is (220,156,6). Sum of RGB (Red+Green+Blue) = 220+156+6=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C06 is #2363F9. Grayscale: #9E9E9E. Windows color (decimal): -2319354 or 433372. OLE color: 433372.
HSL color Cylindrical-coordinate representation of color #DC9C06: hue angle of 42.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC9C06 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.14 |
| HSL | 42.06º | 0.95% | 0.44% | - |
| HSV(B) | 42.06º | 0.97% | 0.86% | - |
| XYZ | 41.44 | 39.01 | 5.52 | - |
| YUV | 158.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 6 | 0 | 0.29 | 0.97 | 0.14 | 42.06 | 0.95 | 0.44 |
| Hex | DC | 9C | 6 | 0 | 1D | 61 | E | 2A | 5F | 2C |
| Octal | 334 | 234 | 6 | 0 | 35 | 141 | 16 | 52 | 137 | 54 |
| Binary | 11011100 | 10011100 | 110 | 0 | 11101 | 1100001 | 1110 | 101010 | 1011111 | 101100 |
Color Harmonies of #DC9C06
Complementary color
Monochromatic Colors of #DC9C06
Black with #DC9C06
Text Example
Text Example
White with #DC9C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C06; }
p { color: rgb(220,156,6); }
H1.HeaderClassName
{
color: #DC9C06;
}
.AnyTagClassName
{
color: #DC9C06;
}
</style>
background-color css
<style>
a { background-color: #DC9C06; }
a { background-color: rgb(220,156,6); }
div.DivClassName
{
background-color: #DC9C06;
}
.BgClassName
{
background-color: #DC9C06;
}
</style>
border-color css
<style>
span { border-color: #DC9C06; }
span { border-color: rgb(220,156,6); }
td.TdClassName
{
border-color: #DC9C06;
}
.TagClassName
{
border-color: #DC9C06;
}
</style>