Shades of Gamboge #DD9007
Tints of Gamboge #DD9007
RGB
CMYK
RGB Variations
Color information
#DD9007 (or 0xDD9007) is known color: Gamboge. HEX triplet: DD, 90 and 07. RGB value is (221,144,7). Sum of RGB (Red+Green+Blue) = 221+144+7=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9007 is #226FF8. Grayscale: #989898. Windows color (decimal): -2256889 or 495837. OLE color: 495837.
HSL color Cylindrical-coordinate representation of color #DD9007: hue angle of 38.41º 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 #DD9007 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.13 |
| HSL | 38.41º | 0.94% | 0.45% | - |
| HSV(B) | 38.41º | 0.97% | 0.87% | - |
| XYZ | 39.83 | 35.33 | 4.92 | - |
| YUV | 151.41 | 46.51 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 7 | 0 | 0.35 | 0.97 | 0.13 | 38.41 | 0.94 | 0.45 |
| Hex | DD | 90 | 7 | 0 | 23 | 61 | D | 26 | 5E | 2D |
| Octal | 335 | 220 | 7 | 0 | 43 | 141 | 15 | 46 | 136 | 55 |
| Binary | 11011101 | 10010000 | 111 | 0 | 100011 | 1100001 | 1101 | 100110 | 1011110 | 101101 |
Color Harmonies of #DD9007
Complementary color
Monochromatic Colors of #DD9007
Black with #DD9007
Text Example
Text Example
White with #DD9007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9007; }
p { color: rgb(221,144,7); }
H1.HeaderClassName
{
color: #DD9007;
}
.AnyTagClassName
{
color: #DD9007;
}
</style>
background-color css
<style>
a { background-color: #DD9007; }
a { background-color: rgb(221,144,7); }
div.DivClassName
{
background-color: #DD9007;
}
.BgClassName
{
background-color: #DD9007;
}
</style>
border-color css
<style>
span { border-color: #DD9007; }
span { border-color: rgb(221,144,7); }
td.TdClassName
{
border-color: #DD9007;
}
.TagClassName
{
border-color: #DD9007;
}
</style>