Shades of Gamboge #DD9707
Tints of Gamboge #DD9707
RGB
CMYK
RGB Variations
Color information
#DD9707 (or 0xDD9707) is known color: Gamboge. HEX triplet: DD, 97 and 07. RGB value is (221,151,7). Sum of RGB (Red+Green+Blue) = 221+151+7=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9707 is #2268F8. Grayscale: #9C9C9C. Windows color (decimal): -2255097 or 497629. OLE color: 497629.
HSL color Cylindrical-coordinate representation of color #DD9707: hue angle of 40.37º 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 #DD9707 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.13 |
| HSL | 40.37º | 0.94% | 0.45% | - |
| HSV(B) | 40.37º | 0.97% | 0.87% | - |
| XYZ | 40.92 | 37.52 | 5.29 | - |
| YUV | 155.51 | 44.19 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 7 | 0 | 0.32 | 0.97 | 0.13 | 40.37 | 0.94 | 0.45 |
| Hex | DD | 97 | 7 | 0 | 20 | 61 | D | 28 | 5E | 2D |
| Octal | 335 | 227 | 7 | 0 | 40 | 141 | 15 | 50 | 136 | 55 |
| Binary | 11011101 | 10010111 | 111 | 0 | 100000 | 1100001 | 1101 | 101000 | 1011110 | 101101 |
Color Harmonies of #DD9707
Complementary color
Monochromatic Colors of #DD9707
Black with #DD9707
Text Example
Text Example
White with #DD9707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9707; }
p { color: rgb(221,151,7); }
H1.HeaderClassName
{
color: #DD9707;
}
.AnyTagClassName
{
color: #DD9707;
}
</style>
background-color css
<style>
a { background-color: #DD9707; }
a { background-color: rgb(221,151,7); }
div.DivClassName
{
background-color: #DD9707;
}
.BgClassName
{
background-color: #DD9707;
}
</style>
border-color css
<style>
span { border-color: #DD9707; }
span { border-color: rgb(221,151,7); }
td.TdClassName
{
border-color: #DD9707;
}
.TagClassName
{
border-color: #DD9707;
}
</style>