Shades of Gamboge #DD9D04
Tints of Gamboge #DD9D04
RGB
CMYK
RGB Variations
Color information
#DD9D04 (or 0xDD9D04) is known color: Gamboge. HEX triplet: DD, 9D and 04. RGB value is (221,157,4). Sum of RGB (Red+Green+Blue) = 221+157+4=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9D04 is #2262FB. Grayscale: #9F9F9F. Windows color (decimal): -2253564 or 302557. OLE color: 302557.
HSL color Cylindrical-coordinate representation of color #DD9D04: hue angle of 42.3º 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 #DD9D04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.13 |
| HSL | 42.3º | 0.96% | 0.44% | - |
| HSV(B) | 42.3º | 0.98% | 0.87% | - |
| XYZ | 41.9 | 39.49 | 5.53 | - |
| YUV | 158.69 | 40.7 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 4 | 0 | 0.29 | 0.98 | 0.13 | 42.3 | 0.96 | 0.44 |
| Hex | DD | 9D | 4 | 0 | 1D | 62 | D | 2A | 60 | 2C |
| Octal | 335 | 235 | 4 | 0 | 35 | 142 | 15 | 52 | 140 | 54 |
| Binary | 11011101 | 10011101 | 100 | 0 | 11101 | 1100010 | 1101 | 101010 | 1100000 | 101100 |
Color Harmonies of #DD9D04
Complementary color
Monochromatic Colors of #DD9D04
Black with #DD9D04
Text Example
Text Example
White with #DD9D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D04; }
p { color: rgb(221,157,4); }
H1.HeaderClassName
{
color: #DD9D04;
}
.AnyTagClassName
{
color: #DD9D04;
}
</style>
background-color css
<style>
a { background-color: #DD9D04; }
a { background-color: rgb(221,157,4); }
div.DivClassName
{
background-color: #DD9D04;
}
.BgClassName
{
background-color: #DD9D04;
}
</style>
border-color css
<style>
span { border-color: #DD9D04; }
span { border-color: rgb(221,157,4); }
td.TdClassName
{
border-color: #DD9D04;
}
.TagClassName
{
border-color: #DD9D04;
}
</style>