Shades of Gamboge #DC9F10
Tints of Gamboge #DC9F10
RGB
CMYK
RGB Variations
Color information
#DC9F10 (or 0xDC9F10) is known color: Gamboge. HEX triplet: DC, 9F and 10. RGB value is (220,159,16). Sum of RGB (Red+Green+Blue) = 220+159+16=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F10 is #2360EF. Grayscale: #A1A1A1. Windows color (decimal): -2318576 or 1089500. OLE color: 1089500.
HSL color Cylindrical-coordinate representation of color #DC9F10: hue angle of 42.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC9F10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.14 |
| HSL | 42.06º | 0.86% | 0.46% | - |
| HSV(B) | 42.06º | 0.93% | 0.86% | - |
| XYZ | 42.01 | 40.05 | 6.01 | - |
| YUV | 160.94 | 46.21 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 16 | 0 | 0.28 | 0.93 | 0.14 | 42.06 | 0.86 | 0.46 |
| Hex | DC | 9F | 10 | 0 | 1C | 5D | E | 2A | 56 | 2E |
| Octal | 334 | 237 | 20 | 0 | 34 | 135 | 16 | 52 | 126 | 56 |
| Binary | 11011100 | 10011111 | 10000 | 0 | 11100 | 1011101 | 1110 | 101010 | 1010110 | 101110 |
Color Harmonies of #DC9F10
Complementary color
Monochromatic Colors of #DC9F10
Black with #DC9F10
Text Example
Text Example
White with #DC9F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F10; }
p { color: rgb(220,159,16); }
H1.HeaderClassName
{
color: #DC9F10;
}
.AnyTagClassName
{
color: #DC9F10;
}
</style>
background-color css
<style>
a { background-color: #DC9F10; }
a { background-color: rgb(220,159,16); }
div.DivClassName
{
background-color: #DC9F10;
}
.BgClassName
{
background-color: #DC9F10;
}
</style>
border-color css
<style>
span { border-color: #DC9F10; }
span { border-color: rgb(220,159,16); }
td.TdClassName
{
border-color: #DC9F10;
}
.TagClassName
{
border-color: #DC9F10;
}
</style>