Shades of Gamboge #DC9D00
Tints of Gamboge #DC9D00
RGB
CMYK
RGB Variations
Color information
#DC9D00 (or 0xDC9D00) is known color: Gamboge. HEX triplet: DC, 9D and 00. RGB value is (220,157,0). Sum of RGB (Red+Green+Blue) = 220+157+0=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D00 is #2362FF. Grayscale: #9E9E9E. Windows color (decimal): -2319104 or 40412. OLE color: 40412.
HSL color Cylindrical-coordinate representation of color #DC9D00: hue angle of 42.82º 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 #DC9D00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.14 |
| HSL | 42.82º | 1% | 0.43% | - |
| HSV(B) | 42.82º | 1% | 0.86% | - |
| XYZ | 41.57 | 39.33 | 5.4 | - |
| YUV | 157.94 | 38.87 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 0 | 0 | 0.29 | 1 | 0.14 | 42.82 | 1 | 0.43 |
| Hex | DC | 9D | 0 | 0 | 1D | 64 | E | 2B | 64 | 2B |
| Octal | 334 | 235 | 0 | 0 | 35 | 144 | 16 | 53 | 144 | 53 |
| Binary | 11011100 | 10011101 | 0 | 0 | 11101 | 1100100 | 1110 | 101011 | 1100100 | 101011 |
Color Harmonies of #DC9D00
Complementary color
Monochromatic Colors of #DC9D00
Black with #DC9D00
Text Example
Text Example
White with #DC9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D00; }
p { color: rgb(220,157,0); }
H1.HeaderClassName
{
color: #DC9D00;
}
.AnyTagClassName
{
color: #DC9D00;
}
</style>
background-color css
<style>
a { background-color: #DC9D00; }
a { background-color: rgb(220,157,0); }
div.DivClassName
{
background-color: #DC9D00;
}
.BgClassName
{
background-color: #DC9D00;
}
</style>
border-color css
<style>
span { border-color: #DC9D00; }
span { border-color: rgb(220,157,0); }
td.TdClassName
{
border-color: #DC9D00;
}
.TagClassName
{
border-color: #DC9D00;
}
</style>