Shades of Gamboge #DC9600
Tints of Gamboge #DC9600
RGB
CMYK
RGB Variations
Color information
#DC9600 (or 0xDC9600) is known color: Gamboge. HEX triplet: DC, 96 and 00. RGB value is (220,150,0). Sum of RGB (Red+Green+Blue) = 220+150+0=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9600 is #2369FF. Grayscale: #9A9A9A. Windows color (decimal): -2320896 or 38620. OLE color: 38620.
HSL color Cylindrical-coordinate representation of color #DC9600: hue angle of 40.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC9600 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.14 |
| HSL | 40.91º | 1% | 0.43% | - |
| HSV(B) | 40.91º | 1% | 0.86% | - |
| XYZ | 40.42 | 37.03 | 5.02 | - |
| YUV | 153.83 | 41.19 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 0 | 0 | 0.32 | 1 | 0.14 | 40.91 | 1 | 0.43 |
| Hex | DC | 96 | 0 | 0 | 20 | 64 | E | 29 | 64 | 2B |
| Octal | 334 | 226 | 0 | 0 | 40 | 144 | 16 | 51 | 144 | 53 |
| Binary | 11011100 | 10010110 | 0 | 0 | 100000 | 1100100 | 1110 | 101001 | 1100100 | 101011 |
Color Harmonies of #DC9600
Complementary color
Monochromatic Colors of #DC9600
Black with #DC9600
Text Example
Text Example
White with #DC9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9600; }
p { color: rgb(220,150,0); }
H1.HeaderClassName
{
color: #DC9600;
}
.AnyTagClassName
{
color: #DC9600;
}
</style>
background-color css
<style>
a { background-color: #DC9600; }
a { background-color: rgb(220,150,0); }
div.DivClassName
{
background-color: #DC9600;
}
.BgClassName
{
background-color: #DC9600;
}
</style>
border-color css
<style>
span { border-color: #DC9600; }
span { border-color: rgb(220,150,0); }
td.TdClassName
{
border-color: #DC9600;
}
.TagClassName
{
border-color: #DC9600;
}
</style>