Shades of Gamboge #DC9407
Tints of Gamboge #DC9407
RGB
CMYK
RGB Variations
Color information
#DC9407 (or 0xDC9407) is known color: Gamboge. HEX triplet: DC, 94 and 07. RGB value is (220,148,7). Sum of RGB (Red+Green+Blue) = 220+148+7=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9407 is #236BF8. Grayscale: #9A9A9A. Windows color (decimal): -2321401 or 496860. OLE color: 496860.
HSL color Cylindrical-coordinate representation of color #DC9407: hue angle of 39.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC9407 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.14 |
| HSL | 39.72º | 0.94% | 0.45% | - |
| HSV(B) | 39.72º | 0.97% | 0.86% | - |
| XYZ | 40.14 | 36.41 | 5.11 | - |
| YUV | 153.45 | 45.35 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 7 | 0 | 0.33 | 0.97 | 0.14 | 39.72 | 0.94 | 0.45 |
| Hex | DC | 94 | 7 | 0 | 21 | 61 | E | 28 | 5E | 2D |
| Octal | 334 | 224 | 7 | 0 | 41 | 141 | 16 | 50 | 136 | 55 |
| Binary | 11011100 | 10010100 | 111 | 0 | 100001 | 1100001 | 1110 | 101000 | 1011110 | 101101 |
Color Harmonies of #DC9407
Complementary color
Monochromatic Colors of #DC9407
Black with #DC9407
Text Example
Text Example
White with #DC9407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9407; }
p { color: rgb(220,148,7); }
H1.HeaderClassName
{
color: #DC9407;
}
.AnyTagClassName
{
color: #DC9407;
}
</style>
background-color css
<style>
a { background-color: #DC9407; }
a { background-color: rgb(220,148,7); }
div.DivClassName
{
background-color: #DC9407;
}
.BgClassName
{
background-color: #DC9407;
}
</style>
border-color css
<style>
span { border-color: #DC9407; }
span { border-color: rgb(220,148,7); }
td.TdClassName
{
border-color: #DC9407;
}
.TagClassName
{
border-color: #DC9407;
}
</style>