Shades of Gamboge #DD9819
Tints of Gamboge #DD9819
RGB
CMYK
RGB Variations
Color information
#DD9819 (or 0xDD9819) is known color: Gamboge. HEX triplet: DD, 98 and 19. RGB value is (221,152,25). Sum of RGB (Red+Green+Blue) = 221+152+25=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9819 is #2267E6. Grayscale: #9E9E9E. Windows color (decimal): -2254823 or 1677533. OLE color: 1677533.
HSL color Cylindrical-coordinate representation of color #DD9819: hue angle of 38.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD9819 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.13 |
| HSL | 38.88º | 0.8% | 0.48% | - |
| HSV(B) | 38.88º | 0.89% | 0.87% | - |
| XYZ | 41.22 | 37.9 | 6.06 | - |
| YUV | 158.15 | 52.86 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 25 | 0 | 0.31 | 0.89 | 0.13 | 38.88 | 0.8 | 0.48 |
| Hex | DD | 98 | 19 | 0 | 1F | 59 | D | 27 | 50 | 30 |
| Octal | 335 | 230 | 31 | 0 | 37 | 131 | 15 | 47 | 120 | 60 |
| Binary | 11011101 | 10011000 | 11001 | 0 | 11111 | 1011001 | 1101 | 100111 | 1010000 | 110000 |
Color Harmonies of #DD9819
Complementary color
Monochromatic Colors of #DD9819
Black with #DD9819
Text Example
Text Example
White with #DD9819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9819; }
p { color: rgb(221,152,25); }
H1.HeaderClassName
{
color: #DD9819;
}
.AnyTagClassName
{
color: #DD9819;
}
</style>
background-color css
<style>
a { background-color: #DD9819; }
a { background-color: rgb(221,152,25); }
div.DivClassName
{
background-color: #DD9819;
}
.BgClassName
{
background-color: #DD9819;
}
</style>
border-color css
<style>
span { border-color: #DD9819; }
span { border-color: rgb(221,152,25); }
td.TdClassName
{
border-color: #DD9819;
}
.TagClassName
{
border-color: #DD9819;
}
</style>