Shades of Gamboge #DC9C16
Tints of Gamboge #DC9C16
RGB
CMYK
RGB Variations
Color information
#DC9C16 (or 0xDC9C16) is known color: Gamboge. HEX triplet: DC, 9C and 16. RGB value is (220,156,22). Sum of RGB (Red+Green+Blue) = 220+156+22=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C16 is #2363E9. Grayscale: #A0A0A0. Windows color (decimal): -2319338 or 1481948. OLE color: 1481948.
HSL color Cylindrical-coordinate representation of color #DC9C16: hue angle of 40.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9C16 is Cyan = 0, Magento = 0.29, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 22 | - |
| CMYK | 0 | 0.29 | 0.9 | 0.14 |
| HSL | 40.61º | 0.82% | 0.47% | - |
| HSV(B) | 40.61º | 0.9% | 0.86% | - |
| XYZ | 41.55 | 39.05 | 6.11 | - |
| YUV | 159.86 | 50.2 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 22 | 0 | 0.29 | 0.9 | 0.14 | 40.61 | 0.82 | 0.47 |
| Hex | DC | 9C | 16 | 0 | 1D | 5A | E | 29 | 52 | 2F |
| Octal | 334 | 234 | 26 | 0 | 35 | 132 | 16 | 51 | 122 | 57 |
| Binary | 11011100 | 10011100 | 10110 | 0 | 11101 | 1011010 | 1110 | 101001 | 1010010 | 101111 |
Color Harmonies of #DC9C16
Complementary color
Monochromatic Colors of #DC9C16
Black with #DC9C16
Text Example
Text Example
White with #DC9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C16; }
p { color: rgb(220,156,22); }
H1.HeaderClassName
{
color: #DC9C16;
}
.AnyTagClassName
{
color: #DC9C16;
}
</style>
background-color css
<style>
a { background-color: #DC9C16; }
a { background-color: rgb(220,156,22); }
div.DivClassName
{
background-color: #DC9C16;
}
.BgClassName
{
background-color: #DC9C16;
}
</style>
border-color css
<style>
span { border-color: #DC9C16; }
span { border-color: rgb(220,156,22); }
td.TdClassName
{
border-color: #DC9C16;
}
.TagClassName
{
border-color: #DC9C16;
}
</style>