Shades of Gamboge #DD9006
Tints of Gamboge #DD9006
RGB
CMYK
RGB Variations
Color information
#DD9006 (or 0xDD9006) is known color: Gamboge. HEX triplet: DD, 90 and 06. RGB value is (221,144,6). Sum of RGB (Red+Green+Blue) = 221+144+6=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9006 is #226FF9. Grayscale: #979797. Windows color (decimal): -2256890 or 430301. OLE color: 430301.
HSL color Cylindrical-coordinate representation of color #DD9006: hue angle of 38.51º degrees, saturation: 0.95, 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 #DD9006 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.13 |
| HSL | 38.51º | 0.95% | 0.45% | - |
| HSV(B) | 38.51º | 0.97% | 0.87% | - |
| XYZ | 39.82 | 35.33 | 4.89 | - |
| YUV | 151.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 6 | 0 | 0.35 | 0.97 | 0.13 | 38.51 | 0.95 | 0.45 |
| Hex | DD | 90 | 6 | 0 | 23 | 61 | D | 27 | 5F | 2D |
| Octal | 335 | 220 | 6 | 0 | 43 | 141 | 15 | 47 | 137 | 55 |
| Binary | 11011101 | 10010000 | 110 | 0 | 100011 | 1100001 | 1101 | 100111 | 1011111 | 101101 |
Color Harmonies of #DD9006
Complementary color
Monochromatic Colors of #DD9006
Black with #DD9006
Text Example
Text Example
White with #DD9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9006; }
p { color: rgb(221,144,6); }
H1.HeaderClassName
{
color: #DD9006;
}
.AnyTagClassName
{
color: #DD9006;
}
</style>
background-color css
<style>
a { background-color: #DD9006; }
a { background-color: rgb(221,144,6); }
div.DivClassName
{
background-color: #DD9006;
}
.BgClassName
{
background-color: #DD9006;
}
</style>
border-color css
<style>
span { border-color: #DD9006; }
span { border-color: rgb(221,144,6); }
td.TdClassName
{
border-color: #DD9006;
}
.TagClassName
{
border-color: #DD9006;
}
</style>