Shades of Gamboge #DD8A04
Tints of Gamboge #DD8A04
RGB
CMYK
RGB Variations
Color information
#DD8A04 (or 0xDD8A04) is known color: Gamboge. HEX triplet: DD, 8A and 04. RGB value is (221,138,4). Sum of RGB (Red+Green+Blue) = 221+138+4=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A04 is #2275FB. Grayscale: #949494. Windows color (decimal): -2258428 or 297693. OLE color: 297693.
HSL color Cylindrical-coordinate representation of color #DD8A04: hue angle of 37.05º 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 #DD8A04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.13 |
| HSL | 37.05º | 0.96% | 0.44% | - |
| HSV(B) | 37.05º | 0.98% | 0.87% | - |
| XYZ | 38.93 | 33.56 | 4.54 | - |
| YUV | 147.54 | 47 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 4 | 0 | 0.38 | 0.98 | 0.13 | 37.05 | 0.96 | 0.44 |
| Hex | DD | 8A | 4 | 0 | 26 | 62 | D | 25 | 60 | 2C |
| Octal | 335 | 212 | 4 | 0 | 46 | 142 | 15 | 45 | 140 | 54 |
| Binary | 11011101 | 10001010 | 100 | 0 | 100110 | 1100010 | 1101 | 100101 | 1100000 | 101100 |
Color Harmonies of #DD8A04
Complementary color
Monochromatic Colors of #DD8A04
Black with #DD8A04
Text Example
Text Example
White with #DD8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A04; }
p { color: rgb(221,138,4); }
H1.HeaderClassName
{
color: #DD8A04;
}
.AnyTagClassName
{
color: #DD8A04;
}
</style>
background-color css
<style>
a { background-color: #DD8A04; }
a { background-color: rgb(221,138,4); }
div.DivClassName
{
background-color: #DD8A04;
}
.BgClassName
{
background-color: #DD8A04;
}
</style>
border-color css
<style>
span { border-color: #DD8A04; }
span { border-color: rgb(221,138,4); }
td.TdClassName
{
border-color: #DD8A04;
}
.TagClassName
{
border-color: #DD8A04;
}
</style>