Shades of Gamboge #DD9617
Tints of Gamboge #DD9617
RGB
CMYK
RGB Variations
Color information
#DD9617 (or 0xDD9617) is known color: Gamboge. HEX triplet: DD, 96 and 17. RGB value is (221,150,23). Sum of RGB (Red+Green+Blue) = 221+150+23=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9617 is #2269E8. Grayscale: #9D9D9D. Windows color (decimal): -2255337 or 1545949. OLE color: 1545949.
HSL color Cylindrical-coordinate representation of color #DD9617: hue angle of 38.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD9617 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 23 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.13 |
| HSL | 38.48º | 0.81% | 0.48% | - |
| HSV(B) | 38.48º | 0.9% | 0.87% | - |
| XYZ | 40.88 | 37.25 | 5.85 | - |
| YUV | 156.75 | 52.52 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 23 | 0 | 0.32 | 0.90 | 0.13 | 38.48 | 0.81 | 0.48 |
| Hex | DD | 96 | 17 | 0 | 20 | 5A | D | 26 | 51 | 30 |
| Octal | 335 | 226 | 27 | 0 | 40 | 132 | 15 | 46 | 121 | 60 |
| Binary | 11011101 | 10010110 | 10111 | 0 | 100000 | 1011010 | 1101 | 100110 | 1010001 | 110000 |
Color Harmonies of #DD9617
Complementary color
Monochromatic Colors of #DD9617
Black with #DD9617
Text Example
Text Example
White with #DD9617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9617; }
p { color: rgb(221,150,23); }
H1.HeaderClassName
{
color: #DD9617;
}
.AnyTagClassName
{
color: #DD9617;
}
</style>
background-color css
<style>
a { background-color: #DD9617; }
a { background-color: rgb(221,150,23); }
div.DivClassName
{
background-color: #DD9617;
}
.BgClassName
{
background-color: #DD9617;
}
</style>
border-color css
<style>
span { border-color: #DD9617; }
span { border-color: rgb(221,150,23); }
td.TdClassName
{
border-color: #DD9617;
}
.TagClassName
{
border-color: #DD9617;
}
</style>