Shades of Gamboge #DC9D11
Tints of Gamboge #DC9D11
RGB
CMYK
RGB Variations
Color information
#DC9D11 (or 0xDC9D11) is known color: Gamboge. HEX triplet: DC, 9D and 11. RGB value is (220,157,17). Sum of RGB (Red+Green+Blue) = 220+157+17=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D11 is #2362EE. Grayscale: #A0A0A0. Windows color (decimal): -2319087 or 1154524. OLE color: 1154524.
HSL color Cylindrical-coordinate representation of color #DC9D11: hue angle of 41.38º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC9D11 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.14 |
| HSL | 41.38º | 0.86% | 0.46% | - |
| HSV(B) | 41.38º | 0.92% | 0.86% | - |
| XYZ | 41.67 | 39.37 | 5.93 | - |
| YUV | 159.88 | 47.37 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 17 | 0 | 0.29 | 0.92 | 0.14 | 41.38 | 0.86 | 0.46 |
| Hex | DC | 9D | 11 | 0 | 1D | 5C | E | 29 | 56 | 2E |
| Octal | 334 | 235 | 21 | 0 | 35 | 134 | 16 | 51 | 126 | 56 |
| Binary | 11011100 | 10011101 | 10001 | 0 | 11101 | 1011100 | 1110 | 101001 | 1010110 | 101110 |
Color Harmonies of #DC9D11
Complementary color
Monochromatic Colors of #DC9D11
Black with #DC9D11
Text Example
Text Example
White with #DC9D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D11; }
p { color: rgb(220,157,17); }
H1.HeaderClassName
{
color: #DC9D11;
}
.AnyTagClassName
{
color: #DC9D11;
}
</style>
background-color css
<style>
a { background-color: #DC9D11; }
a { background-color: rgb(220,157,17); }
div.DivClassName
{
background-color: #DC9D11;
}
.BgClassName
{
background-color: #DC9D11;
}
</style>
border-color css
<style>
span { border-color: #DC9D11; }
span { border-color: rgb(220,157,17); }
td.TdClassName
{
border-color: #DC9D11;
}
.TagClassName
{
border-color: #DC9D11;
}
</style>