Shades of Gamboge #DD9607
Tints of Gamboge #DD9607
RGB
CMYK
RGB Variations
Color information
#DD9607 (or 0xDD9607) is known color: Gamboge. HEX triplet: DD, 96 and 07. RGB value is (221,150,7). Sum of RGB (Red+Green+Blue) = 221+150+7=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9607 is #2269F8. Grayscale: #9B9B9B. Windows color (decimal): -2255353 or 497373. OLE color: 497373.
HSL color Cylindrical-coordinate representation of color #DD9607: hue angle of 40.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD9607 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.13 |
| HSL | 40.09º | 0.94% | 0.45% | - |
| HSV(B) | 40.09º | 0.97% | 0.87% | - |
| XYZ | 40.76 | 37.2 | 5.23 | - |
| YUV | 154.93 | 44.52 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 7 | 0 | 0.32 | 0.97 | 0.13 | 40.09 | 0.94 | 0.45 |
| Hex | DD | 96 | 7 | 0 | 20 | 61 | D | 28 | 5E | 2D |
| Octal | 335 | 226 | 7 | 0 | 40 | 141 | 15 | 50 | 136 | 55 |
| Binary | 11011101 | 10010110 | 111 | 0 | 100000 | 1100001 | 1101 | 101000 | 1011110 | 101101 |
Color Harmonies of #DD9607
Complementary color
Monochromatic Colors of #DD9607
Black with #DD9607
Text Example
Text Example
White with #DD9607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9607; }
p { color: rgb(221,150,7); }
H1.HeaderClassName
{
color: #DD9607;
}
.AnyTagClassName
{
color: #DD9607;
}
</style>
background-color css
<style>
a { background-color: #DD9607; }
a { background-color: rgb(221,150,7); }
div.DivClassName
{
background-color: #DD9607;
}
.BgClassName
{
background-color: #DD9607;
}
</style>
border-color css
<style>
span { border-color: #DD9607; }
span { border-color: rgb(221,150,7); }
td.TdClassName
{
border-color: #DD9607;
}
.TagClassName
{
border-color: #DD9607;
}
</style>