Shades of Gamboge #DD9610
Tints of Gamboge #DD9610
RGB
CMYK
RGB Variations
Color information
#DD9610 (or 0xDD9610) is known color: Gamboge. HEX triplet: DD, 96 and 10. RGB value is (221,150,16). Sum of RGB (Red+Green+Blue) = 221+150+16=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9610 is #2269EF. Grayscale: #9C9C9C. Windows color (decimal): -2255344 or 1087197. OLE color: 1087197.
HSL color Cylindrical-coordinate representation of color #DD9610: hue angle of 39.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD9610 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.13 |
| HSL | 39.22º | 0.86% | 0.46% | - |
| HSV(B) | 39.22º | 0.93% | 0.87% | - |
| XYZ | 40.82 | 37.22 | 5.52 | - |
| YUV | 155.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 16 | 0 | 0.32 | 0.93 | 0.13 | 39.22 | 0.86 | 0.46 |
| Hex | DD | 96 | 10 | 0 | 20 | 5D | D | 27 | 56 | 2E |
| Octal | 335 | 226 | 20 | 0 | 40 | 135 | 15 | 47 | 126 | 56 |
| Binary | 11011101 | 10010110 | 10000 | 0 | 100000 | 1011101 | 1101 | 100111 | 1010110 | 101110 |
Color Harmonies of #DD9610
Complementary color
Monochromatic Colors of #DD9610
Black with #DD9610
Text Example
Text Example
White with #DD9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9610; }
p { color: rgb(221,150,16); }
H1.HeaderClassName
{
color: #DD9610;
}
.AnyTagClassName
{
color: #DD9610;
}
</style>
background-color css
<style>
a { background-color: #DD9610; }
a { background-color: rgb(221,150,16); }
div.DivClassName
{
background-color: #DD9610;
}
.BgClassName
{
background-color: #DD9610;
}
</style>
border-color css
<style>
span { border-color: #DD9610; }
span { border-color: rgb(221,150,16); }
td.TdClassName
{
border-color: #DD9610;
}
.TagClassName
{
border-color: #DD9610;
}
</style>