Shades of Gamboge #DC9411
Tints of Gamboge #DC9411
RGB
CMYK
RGB Variations
Color information
#DC9411 (or 0xDC9411) is known color: Gamboge. HEX triplet: DC, 94 and 11. RGB value is (220,148,17). Sum of RGB (Red+Green+Blue) = 220+148+17=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9411 is #236BEE. Grayscale: #9B9B9B. Windows color (decimal): -2321391 or 1152220. OLE color: 1152220.
HSL color Cylindrical-coordinate representation of color #DC9411: hue angle of 38.72º 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 #DC9411 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 17 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.14 |
| HSL | 38.72º | 0.86% | 0.46% | - |
| HSV(B) | 38.72º | 0.92% | 0.86% | - |
| XYZ | 40.21 | 36.44 | 5.44 | - |
| YUV | 154.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 17 | 0 | 0.33 | 0.92 | 0.14 | 38.72 | 0.86 | 0.46 |
| Hex | DC | 94 | 11 | 0 | 21 | 5C | E | 27 | 56 | 2E |
| Octal | 334 | 224 | 21 | 0 | 41 | 134 | 16 | 47 | 126 | 56 |
| Binary | 11011100 | 10010100 | 10001 | 0 | 100001 | 1011100 | 1110 | 100111 | 1010110 | 101110 |
Color Harmonies of #DC9411
Complementary color
Monochromatic Colors of #DC9411
Black with #DC9411
Text Example
Text Example
White with #DC9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9411; }
p { color: rgb(220,148,17); }
H1.HeaderClassName
{
color: #DC9411;
}
.AnyTagClassName
{
color: #DC9411;
}
</style>
background-color css
<style>
a { background-color: #DC9411; }
a { background-color: rgb(220,148,17); }
div.DivClassName
{
background-color: #DC9411;
}
.BgClassName
{
background-color: #DC9411;
}
</style>
border-color css
<style>
span { border-color: #DC9411; }
span { border-color: rgb(220,148,17); }
td.TdClassName
{
border-color: #DC9411;
}
.TagClassName
{
border-color: #DC9411;
}
</style>