Shades of Gamboge #DC9C0F
Tints of Gamboge #DC9C0F
RGB
CMYK
RGB Variations
Color information
#DC9C0F (or 0xDC9C0F) is known color: Gamboge. HEX triplet: DC, 9C and 0F. RGB value is (220,156,15). Sum of RGB (Red+Green+Blue) = 220+156+15=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C0F is #2363F0. Grayscale: #9F9F9F. Windows color (decimal): -2319345 or 1023196. OLE color: 1023196.
HSL color Cylindrical-coordinate representation of color #DC9C0F: hue angle of 41.27º degrees, saturation: 0.87, 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 #DC9C0F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.14 |
| HSL | 41.27º | 0.87% | 0.46% | - |
| HSV(B) | 41.27º | 0.93% | 0.86% | - |
| XYZ | 41.49 | 39.03 | 5.8 | - |
| YUV | 159.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 15 | 0 | 0.29 | 0.93 | 0.14 | 41.27 | 0.87 | 0.46 |
| Hex | DC | 9C | F | 0 | 1D | 5D | E | 29 | 57 | 2E |
| Octal | 334 | 234 | 17 | 0 | 35 | 135 | 16 | 51 | 127 | 56 |
| Binary | 11011100 | 10011100 | 1111 | 0 | 11101 | 1011101 | 1110 | 101001 | 1010111 | 101110 |
Color Harmonies of #DC9C0F
Complementary color
Monochromatic Colors of #DC9C0F
Black with #DC9C0F
Text Example
Text Example
White with #DC9C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C0F; }
p { color: rgb(220,156,15); }
H1.HeaderClassName
{
color: #DC9C0F;
}
.AnyTagClassName
{
color: #DC9C0F;
}
</style>
background-color css
<style>
a { background-color: #DC9C0F; }
a { background-color: rgb(220,156,15); }
div.DivClassName
{
background-color: #DC9C0F;
}
.BgClassName
{
background-color: #DC9C0F;
}
</style>
border-color css
<style>
span { border-color: #DC9C0F; }
span { border-color: rgb(220,156,15); }
td.TdClassName
{
border-color: #DC9C0F;
}
.TagClassName
{
border-color: #DC9C0F;
}
</style>