Shades of Gamboge #DD9C16
Tints of Gamboge #DD9C16
RGB
CMYK
RGB Variations
Color information
#DD9C16 (or 0xDD9C16) is known color: Gamboge. HEX triplet: DD, 9C and 16. RGB value is (221,156,22). Sum of RGB (Red+Green+Blue) = 221+156+22=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C16 is #2263E9. Grayscale: #A0A0A0. Windows color (decimal): -2253802 or 1481949. OLE color: 1481949.
HSL color Cylindrical-coordinate representation of color #DD9C16: hue angle of 40.4º 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 #DD9C16 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 22 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.13 |
| HSL | 40.4º | 0.82% | 0.48% | - |
| HSV(B) | 40.4º | 0.9% | 0.87% | - |
| XYZ | 41.85 | 39.21 | 6.12 | - |
| YUV | 160.16 | 50.03 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 22 | 0 | 0.29 | 0.90 | 0.13 | 40.4 | 0.82 | 0.48 |
| Hex | DD | 9C | 16 | 0 | 1D | 5A | D | 28 | 52 | 30 |
| Octal | 335 | 234 | 26 | 0 | 35 | 132 | 15 | 50 | 122 | 60 |
| Binary | 11011101 | 10011100 | 10110 | 0 | 11101 | 1011010 | 1101 | 101000 | 1010010 | 110000 |
Color Harmonies of #DD9C16
Complementary color
Monochromatic Colors of #DD9C16
Black with #DD9C16
Text Example
Text Example
White with #DD9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C16; }
p { color: rgb(221,156,22); }
H1.HeaderClassName
{
color: #DD9C16;
}
.AnyTagClassName
{
color: #DD9C16;
}
</style>
background-color css
<style>
a { background-color: #DD9C16; }
a { background-color: rgb(221,156,22); }
div.DivClassName
{
background-color: #DD9C16;
}
.BgClassName
{
background-color: #DD9C16;
}
</style>
border-color css
<style>
span { border-color: #DD9C16; }
span { border-color: rgb(221,156,22); }
td.TdClassName
{
border-color: #DD9C16;
}
.TagClassName
{
border-color: #DD9C16;
}
</style>