Shades of Gamboge #DD9600
Tints of Gamboge #DD9600
RGB
CMYK
RGB Variations
Color information
#DD9600 (or 0xDD9600) is known color: Gamboge. HEX triplet: DD, 96 and 00. RGB value is (221,150,0). Sum of RGB (Red+Green+Blue) = 221+150+0=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9600 is #2269FF. Grayscale: #9A9A9A. Windows color (decimal): -2255360 or 38621. OLE color: 38621.
HSL color Cylindrical-coordinate representation of color #DD9600: hue angle of 40.72º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD9600 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.13 |
| HSL | 40.72º | 1% | 0.43% | - |
| HSV(B) | 40.72º | 1% | 0.87% | - |
| XYZ | 40.73 | 37.18 | 5.03 | - |
| YUV | 154.13 | 41.02 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 0 | 0 | 0.32 | 1 | 0.13 | 40.72 | 1 | 0.43 |
| Hex | DD | 96 | 0 | 0 | 20 | 64 | D | 29 | 64 | 2B |
| Octal | 335 | 226 | 0 | 0 | 40 | 144 | 15 | 51 | 144 | 53 |
| Binary | 11011101 | 10010110 | 0 | 0 | 100000 | 1100100 | 1101 | 101001 | 1100100 | 101011 |
Color Harmonies of #DD9600
Complementary color
Monochromatic Colors of #DD9600
Black with #DD9600
Text Example
Text Example
White with #DD9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9600; }
p { color: rgb(221,150,0); }
H1.HeaderClassName
{
color: #DD9600;
}
.AnyTagClassName
{
color: #DD9600;
}
</style>
background-color css
<style>
a { background-color: #DD9600; }
a { background-color: rgb(221,150,0); }
div.DivClassName
{
background-color: #DD9600;
}
.BgClassName
{
background-color: #DD9600;
}
</style>
border-color css
<style>
span { border-color: #DD9600; }
span { border-color: rgb(221,150,0); }
td.TdClassName
{
border-color: #DD9600;
}
.TagClassName
{
border-color: #DD9600;
}
</style>