Shades of Gamboge #DD9A04
Tints of Gamboge #DD9A04
RGB
CMYK
RGB Variations
Color information
#DD9A04 (or 0xDD9A04) is known color: Gamboge. HEX triplet: DD, 9A and 04. RGB value is (221,154,4). Sum of RGB (Red+Green+Blue) = 221+154+4=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9A04 is #2265FB. Grayscale: #9D9D9D. Windows color (decimal): -2254332 or 301789. OLE color: 301789.
HSL color Cylindrical-coordinate representation of color #DD9A04: hue angle of 41.47º 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 #DD9A04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.13 |
| HSL | 41.47º | 0.96% | 0.44% | - |
| HSV(B) | 41.47º | 0.98% | 0.87% | - |
| XYZ | 41.4 | 38.49 | 5.36 | - |
| YUV | 156.93 | 41.7 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 4 | 0 | 0.30 | 0.98 | 0.13 | 41.47 | 0.96 | 0.44 |
| Hex | DD | 9A | 4 | 0 | 1E | 62 | D | 29 | 60 | 2C |
| Octal | 335 | 232 | 4 | 0 | 36 | 142 | 15 | 51 | 140 | 54 |
| Binary | 11011101 | 10011010 | 100 | 0 | 11110 | 1100010 | 1101 | 101001 | 1100000 | 101100 |
Color Harmonies of #DD9A04
Complementary color
Monochromatic Colors of #DD9A04
Black with #DD9A04
Text Example
Text Example
White with #DD9A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A04; }
p { color: rgb(221,154,4); }
H1.HeaderClassName
{
color: #DD9A04;
}
.AnyTagClassName
{
color: #DD9A04;
}
</style>
background-color css
<style>
a { background-color: #DD9A04; }
a { background-color: rgb(221,154,4); }
div.DivClassName
{
background-color: #DD9A04;
}
.BgClassName
{
background-color: #DD9A04;
}
</style>
border-color css
<style>
span { border-color: #DD9A04; }
span { border-color: rgb(221,154,4); }
td.TdClassName
{
border-color: #DD9A04;
}
.TagClassName
{
border-color: #DD9A04;
}
</style>