Shades of Gamboge #DC9F06
Tints of Gamboge #DC9F06
RGB
CMYK
RGB Variations
Color information
#DC9F06 (or 0xDC9F06) is known color: Gamboge. HEX triplet: DC, 9F and 06. RGB value is (220,159,6). Sum of RGB (Red+Green+Blue) = 220+159+6=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F06 is #2360F9. Grayscale: #A0A0A0. Windows color (decimal): -2318586 or 434140. OLE color: 434140.
HSL color Cylindrical-coordinate representation of color #DC9F06: hue angle of 42.9º 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 #DC9F06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.14 |
| HSL | 42.9º | 0.95% | 0.44% | - |
| HSV(B) | 42.9º | 0.97% | 0.86% | - |
| XYZ | 41.95 | 40.03 | 5.69 | - |
| YUV | 159.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 6 | 0 | 0.28 | 0.97 | 0.14 | 42.9 | 0.95 | 0.44 |
| Hex | DC | 9F | 6 | 0 | 1C | 61 | E | 2B | 5F | 2C |
| Octal | 334 | 237 | 6 | 0 | 34 | 141 | 16 | 53 | 137 | 54 |
| Binary | 11011100 | 10011111 | 110 | 0 | 11100 | 1100001 | 1110 | 101011 | 1011111 | 101100 |
Color Harmonies of #DC9F06
Complementary color
Monochromatic Colors of #DC9F06
Black with #DC9F06
Text Example
Text Example
White with #DC9F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F06; }
p { color: rgb(220,159,6); }
H1.HeaderClassName
{
color: #DC9F06;
}
.AnyTagClassName
{
color: #DC9F06;
}
</style>
background-color css
<style>
a { background-color: #DC9F06; }
a { background-color: rgb(220,159,6); }
div.DivClassName
{
background-color: #DC9F06;
}
.BgClassName
{
background-color: #DC9F06;
}
</style>
border-color css
<style>
span { border-color: #DC9F06; }
span { border-color: rgb(220,159,6); }
td.TdClassName
{
border-color: #DC9F06;
}
.TagClassName
{
border-color: #DC9F06;
}
</style>