Shades of Gamboge #DD9716
Tints of Gamboge #DD9716
RGB
CMYK
RGB Variations
Color information
#DD9716 (or 0xDD9716) is known color: Gamboge. HEX triplet: DD, 97 and 16. RGB value is (221,151,22). Sum of RGB (Red+Green+Blue) = 221+151+22=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9716 is #2268E9. Grayscale: #9D9D9D. Windows color (decimal): -2255082 or 1480669. OLE color: 1480669.
HSL color Cylindrical-coordinate representation of color #DD9716: hue angle of 38.89º 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 #DD9716 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.13 |
| HSL | 38.89º | 0.82% | 0.48% | - |
| HSV(B) | 38.89º | 0.9% | 0.87% | - |
| XYZ | 41.03 | 37.56 | 5.85 | - |
| YUV | 157.22 | 51.69 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 22 | 0 | 0.32 | 0.90 | 0.13 | 38.89 | 0.82 | 0.48 |
| Hex | DD | 97 | 16 | 0 | 20 | 5A | D | 27 | 52 | 30 |
| Octal | 335 | 227 | 26 | 0 | 40 | 132 | 15 | 47 | 122 | 60 |
| Binary | 11011101 | 10010111 | 10110 | 0 | 100000 | 1011010 | 1101 | 100111 | 1010010 | 110000 |
Color Harmonies of #DD9716
Complementary color
Monochromatic Colors of #DD9716
Black with #DD9716
Text Example
Text Example
White with #DD9716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9716; }
p { color: rgb(221,151,22); }
H1.HeaderClassName
{
color: #DD9716;
}
.AnyTagClassName
{
color: #DD9716;
}
</style>
background-color css
<style>
a { background-color: #DD9716; }
a { background-color: rgb(221,151,22); }
div.DivClassName
{
background-color: #DD9716;
}
.BgClassName
{
background-color: #DD9716;
}
</style>
border-color css
<style>
span { border-color: #DD9716; }
span { border-color: rgb(221,151,22); }
td.TdClassName
{
border-color: #DD9716;
}
.TagClassName
{
border-color: #DD9716;
}
</style>