Shades of Gamboge #DD9116
Tints of Gamboge #DD9116
RGB
CMYK
RGB Variations
Color information
#DD9116 (or 0xDD9116) is known color: Gamboge. HEX triplet: DD, 91 and 16. RGB value is (221,145,22). Sum of RGB (Red+Green+Blue) = 221+145+22=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9116 is #226EE9. Grayscale: #9A9A9A. Windows color (decimal): -2256618 or 1479133. OLE color: 1479133.
HSL color Cylindrical-coordinate representation of color #DD9116: hue angle of 37.09º degrees, saturation: 0.82, 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 #DD9116 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 22 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.13 |
| HSL | 37.09º | 0.82% | 0.48% | - |
| HSV(B) | 37.09º | 0.9% | 0.87% | - |
| XYZ | 40.09 | 35.68 | 5.53 | - |
| YUV | 153.7 | 53.68 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 22 | 0 | 0.34 | 0.90 | 0.13 | 37.09 | 0.82 | 0.48 |
| Hex | DD | 91 | 16 | 0 | 22 | 5A | D | 25 | 52 | 30 |
| Octal | 335 | 221 | 26 | 0 | 42 | 132 | 15 | 45 | 122 | 60 |
| Binary | 11011101 | 10010001 | 10110 | 0 | 100010 | 1011010 | 1101 | 100101 | 1010010 | 110000 |
Color Harmonies of #DD9116
Complementary color
Monochromatic Colors of #DD9116
Black with #DD9116
Text Example
Text Example
White with #DD9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9116; }
p { color: rgb(221,145,22); }
H1.HeaderClassName
{
color: #DD9116;
}
.AnyTagClassName
{
color: #DD9116;
}
</style>
background-color css
<style>
a { background-color: #DD9116; }
a { background-color: rgb(221,145,22); }
div.DivClassName
{
background-color: #DD9116;
}
.BgClassName
{
background-color: #DD9116;
}
</style>
border-color css
<style>
span { border-color: #DD9116; }
span { border-color: rgb(221,145,22); }
td.TdClassName
{
border-color: #DD9116;
}
.TagClassName
{
border-color: #DD9116;
}
</style>