Shades of Gamboge #DD9A0D
Tints of Gamboge #DD9A0D
RGB
CMYK
RGB Variations
Color information
#DD9A0D (or 0xDD9A0D) is known color: Gamboge. HEX triplet: DD, 9A and 0D. RGB value is (221,154,13). Sum of RGB (Red+Green+Blue) = 221+154+13=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9A0D is #2265F2. Grayscale: #9E9E9E. Windows color (decimal): -2254323 or 891613. OLE color: 891613.
HSL color Cylindrical-coordinate representation of color #DD9A0D: hue angle of 40.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD9A0D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.13 |
| HSL | 40.67º | 0.89% | 0.46% | - |
| HSV(B) | 40.67º | 0.94% | 0.87% | - |
| XYZ | 41.45 | 38.51 | 5.63 | - |
| YUV | 157.96 | 46.2 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 13 | 0 | 0.30 | 0.94 | 0.13 | 40.67 | 0.89 | 0.46 |
| Hex | DD | 9A | D | 0 | 1E | 5E | D | 29 | 59 | 2E |
| Octal | 335 | 232 | 15 | 0 | 36 | 136 | 15 | 51 | 131 | 56 |
| Binary | 11011101 | 10011010 | 1101 | 0 | 11110 | 1011110 | 1101 | 101001 | 1011001 | 101110 |
Color Harmonies of #DD9A0D
Complementary color
Monochromatic Colors of #DD9A0D
Black with #DD9A0D
Text Example
Text Example
White with #DD9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A0D; }
p { color: rgb(221,154,13); }
H1.HeaderClassName
{
color: #DD9A0D;
}
.AnyTagClassName
{
color: #DD9A0D;
}
</style>
background-color css
<style>
a { background-color: #DD9A0D; }
a { background-color: rgb(221,154,13); }
div.DivClassName
{
background-color: #DD9A0D;
}
.BgClassName
{
background-color: #DD9A0D;
}
</style>
border-color css
<style>
span { border-color: #DD9A0D; }
span { border-color: rgb(221,154,13); }
td.TdClassName
{
border-color: #DD9A0D;
}
.TagClassName
{
border-color: #DD9A0D;
}
</style>