Shades of Gamboge #DC9009
Tints of Gamboge #DC9009
RGB
CMYK
RGB Variations
Color information
#DC9009 (or 0xDC9009) is known color: Gamboge. HEX triplet: DC, 90 and 09. RGB value is (220,144,9). Sum of RGB (Red+Green+Blue) = 220+144+9=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9009 is #236FF6. Grayscale: #979797. Windows color (decimal): -2322423 or 626908. OLE color: 626908.
HSL color Cylindrical-coordinate representation of color #DC9009: hue angle of 38.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC9009 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.14 |
| HSL | 38.39º | 0.92% | 0.45% | - |
| HSV(B) | 38.39º | 0.96% | 0.86% | - |
| XYZ | 39.54 | 35.18 | 4.97 | - |
| YUV | 151.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 9 | 0 | 0.35 | 0.96 | 0.14 | 38.39 | 0.92 | 0.45 |
| Hex | DC | 90 | 9 | 0 | 23 | 60 | E | 26 | 5C | 2D |
| Octal | 334 | 220 | 11 | 0 | 43 | 140 | 16 | 46 | 134 | 55 |
| Binary | 11011100 | 10010000 | 1001 | 0 | 100011 | 1100000 | 1110 | 100110 | 1011100 | 101101 |
Color Harmonies of #DC9009
Complementary color
Monochromatic Colors of #DC9009
Black with #DC9009
Text Example
Text Example
White with #DC9009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9009; }
p { color: rgb(220,144,9); }
H1.HeaderClassName
{
color: #DC9009;
}
.AnyTagClassName
{
color: #DC9009;
}
</style>
background-color css
<style>
a { background-color: #DC9009; }
a { background-color: rgb(220,144,9); }
div.DivClassName
{
background-color: #DC9009;
}
.BgClassName
{
background-color: #DC9009;
}
</style>
border-color css
<style>
span { border-color: #DC9009; }
span { border-color: rgb(220,144,9); }
td.TdClassName
{
border-color: #DC9009;
}
.TagClassName
{
border-color: #DC9009;
}
</style>