Shades of Gamboge #DD9C04
Tints of Gamboge #DD9C04
RGB
CMYK
RGB Variations
Color information
#DD9C04 (or 0xDD9C04) is known color: Gamboge. HEX triplet: DD, 9C and 04. RGB value is (221,156,4). Sum of RGB (Red+Green+Blue) = 221+156+4=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C04 is #2263FB. Grayscale: #9E9E9E. Windows color (decimal): -2253820 or 302301. OLE color: 302301.
HSL color Cylindrical-coordinate representation of color #DD9C04: hue angle of 42.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD9C04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.13 |
| HSL | 42.03º | 0.96% | 0.44% | - |
| HSV(B) | 42.03º | 0.98% | 0.87% | - |
| XYZ | 41.73 | 39.16 | 5.47 | - |
| YUV | 158.11 | 41.03 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 4 | 0 | 0.29 | 0.98 | 0.13 | 42.03 | 0.96 | 0.44 |
| Hex | DD | 9C | 4 | 0 | 1D | 62 | D | 2A | 60 | 2C |
| Octal | 335 | 234 | 4 | 0 | 35 | 142 | 15 | 52 | 140 | 54 |
| Binary | 11011101 | 10011100 | 100 | 0 | 11101 | 1100010 | 1101 | 101010 | 1100000 | 101100 |
Color Harmonies of #DD9C04
Complementary color
Monochromatic Colors of #DD9C04
Black with #DD9C04
Text Example
Text Example
White with #DD9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C04; }
p { color: rgb(221,156,4); }
H1.HeaderClassName
{
color: #DD9C04;
}
.AnyTagClassName
{
color: #DD9C04;
}
</style>
background-color css
<style>
a { background-color: #DD9C04; }
a { background-color: rgb(221,156,4); }
div.DivClassName
{
background-color: #DD9C04;
}
.BgClassName
{
background-color: #DD9C04;
}
</style>
border-color css
<style>
span { border-color: #DD9C04; }
span { border-color: rgb(221,156,4); }
td.TdClassName
{
border-color: #DD9C04;
}
.TagClassName
{
border-color: #DD9C04;
}
</style>