Shades of Gamboge #DD9B16
Tints of Gamboge #DD9B16
RGB
CMYK
RGB Variations
Color information
#DD9B16 (or 0xDD9B16) is known color: Gamboge. HEX triplet: DD, 9B and 16. RGB value is (221,155,22). Sum of RGB (Red+Green+Blue) = 221+155+22=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B16 is #2264E9. Grayscale: #A0A0A0. Windows color (decimal): -2254058 or 1481693. OLE color: 1481693.
HSL color Cylindrical-coordinate representation of color #DD9B16: hue angle of 40.1º 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 #DD9B16 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 22 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.13 |
| HSL | 40.1º | 0.82% | 0.48% | - |
| HSV(B) | 40.1º | 0.9% | 0.87% | - |
| XYZ | 41.68 | 38.87 | 6.07 | - |
| YUV | 159.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 22 | 0 | 0.30 | 0.90 | 0.13 | 40.1 | 0.82 | 0.48 |
| Hex | DD | 9B | 16 | 0 | 1E | 5A | D | 28 | 52 | 30 |
| Octal | 335 | 233 | 26 | 0 | 36 | 132 | 15 | 50 | 122 | 60 |
| Binary | 11011101 | 10011011 | 10110 | 0 | 11110 | 1011010 | 1101 | 101000 | 1010010 | 110000 |
Color Harmonies of #DD9B16
Complementary color
Monochromatic Colors of #DD9B16
Black with #DD9B16
Text Example
Text Example
White with #DD9B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B16; }
p { color: rgb(221,155,22); }
H1.HeaderClassName
{
color: #DD9B16;
}
.AnyTagClassName
{
color: #DD9B16;
}
</style>
background-color css
<style>
a { background-color: #DD9B16; }
a { background-color: rgb(221,155,22); }
div.DivClassName
{
background-color: #DD9B16;
}
.BgClassName
{
background-color: #DD9B16;
}
</style>
border-color css
<style>
span { border-color: #DD9B16; }
span { border-color: rgb(221,155,22); }
td.TdClassName
{
border-color: #DD9B16;
}
.TagClassName
{
border-color: #DD9B16;
}
</style>