Shades of Gamboge #DC9007
Tints of Gamboge #DC9007
RGB
CMYK
RGB Variations
Color information
#DC9007 (or 0xDC9007) is known color: Gamboge. HEX triplet: DC, 90 and 07. RGB value is (220,144,7). Sum of RGB (Red+Green+Blue) = 220+144+7=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9007 is #236FF8. Grayscale: #979797. Windows color (decimal): -2322425 or 495836. OLE color: 495836.
HSL color Cylindrical-coordinate representation of color #DC9007: hue angle of 38.59º 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 #DC9007 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.14 |
| HSL | 38.59º | 0.94% | 0.45% | - |
| HSV(B) | 38.59º | 0.97% | 0.86% | - |
| XYZ | 39.53 | 35.18 | 4.91 | - |
| YUV | 151.11 | 46.68 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 7 | 0 | 0.35 | 0.97 | 0.14 | 38.59 | 0.94 | 0.45 |
| Hex | DC | 90 | 7 | 0 | 23 | 61 | E | 27 | 5E | 2D |
| Octal | 334 | 220 | 7 | 0 | 43 | 141 | 16 | 47 | 136 | 55 |
| Binary | 11011100 | 10010000 | 111 | 0 | 100011 | 1100001 | 1110 | 100111 | 1011110 | 101101 |
Color Harmonies of #DC9007
Complementary color
Monochromatic Colors of #DC9007
Black with #DC9007
Text Example
Text Example
White with #DC9007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9007; }
p { color: rgb(220,144,7); }
H1.HeaderClassName
{
color: #DC9007;
}
.AnyTagClassName
{
color: #DC9007;
}
</style>
background-color css
<style>
a { background-color: #DC9007; }
a { background-color: rgb(220,144,7); }
div.DivClassName
{
background-color: #DC9007;
}
.BgClassName
{
background-color: #DC9007;
}
</style>
border-color css
<style>
span { border-color: #DC9007; }
span { border-color: rgb(220,144,7); }
td.TdClassName
{
border-color: #DC9007;
}
.TagClassName
{
border-color: #DC9007;
}
</style>