Shades of Gamboge #DC9A07
Tints of Gamboge #DC9A07
RGB
CMYK
RGB Variations
Color information
#DC9A07 (or 0xDC9A07) is known color: Gamboge. HEX triplet: DC, 9A and 07. RGB value is (220,154,7). Sum of RGB (Red+Green+Blue) = 220+154+7=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A07 is #2365F8. Grayscale: #9D9D9D. Windows color (decimal): -2319865 or 498396. OLE color: 498396.
HSL color Cylindrical-coordinate representation of color #DC9A07: hue angle of 41.41º 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 #DC9A07 is Cyan = 0, Magento = 0.3, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 7 | - |
| CMYK | 0 | 0.3 | 0.97 | 0.14 |
| HSL | 41.41º | 0.94% | 0.45% | - |
| HSV(B) | 41.41º | 0.97% | 0.86% | - |
| XYZ | 41.11 | 38.34 | 5.44 | - |
| YUV | 156.98 | 43.37 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 7 | 0 | 0.3 | 0.97 | 0.14 | 41.41 | 0.94 | 0.45 |
| Hex | DC | 9A | 7 | 0 | 1E | 61 | E | 29 | 5E | 2D |
| Octal | 334 | 232 | 7 | 0 | 36 | 141 | 16 | 51 | 136 | 55 |
| Binary | 11011100 | 10011010 | 111 | 0 | 11110 | 1100001 | 1110 | 101001 | 1011110 | 101101 |
Color Harmonies of #DC9A07
Complementary color
Monochromatic Colors of #DC9A07
Black with #DC9A07
Text Example
Text Example
White with #DC9A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A07; }
p { color: rgb(220,154,7); }
H1.HeaderClassName
{
color: #DC9A07;
}
.AnyTagClassName
{
color: #DC9A07;
}
</style>
background-color css
<style>
a { background-color: #DC9A07; }
a { background-color: rgb(220,154,7); }
div.DivClassName
{
background-color: #DC9A07;
}
.BgClassName
{
background-color: #DC9A07;
}
</style>
border-color css
<style>
span { border-color: #DC9A07; }
span { border-color: rgb(220,154,7); }
td.TdClassName
{
border-color: #DC9A07;
}
.TagClassName
{
border-color: #DC9A07;
}
</style>