Shades of Gamboge #DC9B06
Tints of Gamboge #DC9B06
RGB
CMYK
RGB Variations
Color information
#DC9B06 (or 0xDC9B06) is known color: Gamboge. HEX triplet: DC, 9B and 06. RGB value is (220,155,6). Sum of RGB (Red+Green+Blue) = 220+155+6=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9B06 is #2364F9. Grayscale: #9E9E9E. Windows color (decimal): -2319610 or 433116. OLE color: 433116.
HSL color Cylindrical-coordinate representation of color #DC9B06: hue angle of 41.78º 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 #DC9B06 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.14 |
| HSL | 41.78º | 0.95% | 0.44% | - |
| HSV(B) | 41.78º | 0.97% | 0.86% | - |
| XYZ | 41.27 | 38.67 | 5.46 | - |
| YUV | 157.45 | 42.53 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 6 | 0 | 0.30 | 0.97 | 0.14 | 41.78 | 0.95 | 0.44 |
| Hex | DC | 9B | 6 | 0 | 1E | 61 | E | 2A | 5F | 2C |
| Octal | 334 | 233 | 6 | 0 | 36 | 141 | 16 | 52 | 137 | 54 |
| Binary | 11011100 | 10011011 | 110 | 0 | 11110 | 1100001 | 1110 | 101010 | 1011111 | 101100 |
Color Harmonies of #DC9B06
Complementary color
Monochromatic Colors of #DC9B06
Black with #DC9B06
Text Example
Text Example
White with #DC9B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B06; }
p { color: rgb(220,155,6); }
H1.HeaderClassName
{
color: #DC9B06;
}
.AnyTagClassName
{
color: #DC9B06;
}
</style>
background-color css
<style>
a { background-color: #DC9B06; }
a { background-color: rgb(220,155,6); }
div.DivClassName
{
background-color: #DC9B06;
}
.BgClassName
{
background-color: #DC9B06;
}
</style>
border-color css
<style>
span { border-color: #DC9B06; }
span { border-color: rgb(220,155,6); }
td.TdClassName
{
border-color: #DC9B06;
}
.TagClassName
{
border-color: #DC9B06;
}
</style>