Shades of Gamboge #DC9F16
Tints of Gamboge #DC9F16
RGB
CMYK
RGB Variations
Color information
#DC9F16 (or 0xDC9F16) is known color: Gamboge. HEX triplet: DC, 9F and 16. RGB value is (220,159,22). Sum of RGB (Red+Green+Blue) = 220+159+22=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F16 is #2360E9. Grayscale: #A2A2A2. Windows color (decimal): -2318570 or 1482716. OLE color: 1482716.
HSL color Cylindrical-coordinate representation of color #DC9F16: hue angle of 41.52º 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 #DC9F16 is Cyan = 0, Magento = 0.28, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 22 | - |
| CMYK | 0 | 0.28 | 0.9 | 0.14 |
| HSL | 41.52º | 0.82% | 0.47% | - |
| HSV(B) | 41.52º | 0.9% | 0.86% | - |
| XYZ | 42.06 | 40.07 | 6.28 | - |
| YUV | 161.62 | 49.21 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 22 | 0 | 0.28 | 0.9 | 0.14 | 41.52 | 0.82 | 0.47 |
| Hex | DC | 9F | 16 | 0 | 1C | 5A | E | 2A | 52 | 2F |
| Octal | 334 | 237 | 26 | 0 | 34 | 132 | 16 | 52 | 122 | 57 |
| Binary | 11011100 | 10011111 | 10110 | 0 | 11100 | 1011010 | 1110 | 101010 | 1010010 | 101111 |
Color Harmonies of #DC9F16
Complementary color
Monochromatic Colors of #DC9F16
Black with #DC9F16
Text Example
Text Example
White with #DC9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F16; }
p { color: rgb(220,159,22); }
H1.HeaderClassName
{
color: #DC9F16;
}
.AnyTagClassName
{
color: #DC9F16;
}
</style>
background-color css
<style>
a { background-color: #DC9F16; }
a { background-color: rgb(220,159,22); }
div.DivClassName
{
background-color: #DC9F16;
}
.BgClassName
{
background-color: #DC9F16;
}
</style>
border-color css
<style>
span { border-color: #DC9F16; }
span { border-color: rgb(220,159,22); }
td.TdClassName
{
border-color: #DC9F16;
}
.TagClassName
{
border-color: #DC9F16;
}
</style>