Shades of Gamboge #DD990D
Tints of Gamboge #DD990D
RGB
CMYK
RGB Variations
Color information
#DD990D (or 0xDD990D) is known color: Gamboge. HEX triplet: DD, 99 and 0D. RGB value is (221,153,13). Sum of RGB (Red+Green+Blue) = 221+153+13=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD990D is #2266F2. Grayscale: #9E9E9E. Windows color (decimal): -2254579 or 891357. OLE color: 891357.
HSL color Cylindrical-coordinate representation of color #DD990D: hue angle of 40.38º 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 #DD990D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.13 |
| HSL | 40.38º | 0.89% | 0.46% | - |
| HSV(B) | 40.38º | 0.94% | 0.87% | - |
| XYZ | 41.28 | 38.18 | 5.58 | - |
| YUV | 157.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 13 | 0 | 0.31 | 0.94 | 0.13 | 40.38 | 0.89 | 0.46 |
| Hex | DD | 99 | D | 0 | 1F | 5E | D | 28 | 59 | 2E |
| Octal | 335 | 231 | 15 | 0 | 37 | 136 | 15 | 50 | 131 | 56 |
| Binary | 11011101 | 10011001 | 1101 | 0 | 11111 | 1011110 | 1101 | 101000 | 1011001 | 101110 |
Color Harmonies of #DD990D
Complementary color
Monochromatic Colors of #DD990D
Black with #DD990D
Text Example
Text Example
White with #DD990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD990D; }
p { color: rgb(221,153,13); }
H1.HeaderClassName
{
color: #DD990D;
}
.AnyTagClassName
{
color: #DD990D;
}
</style>
background-color css
<style>
a { background-color: #DD990D; }
a { background-color: rgb(221,153,13); }
div.DivClassName
{
background-color: #DD990D;
}
.BgClassName
{
background-color: #DD990D;
}
</style>
border-color css
<style>
span { border-color: #DD990D; }
span { border-color: rgb(221,153,13); }
td.TdClassName
{
border-color: #DD990D;
}
.TagClassName
{
border-color: #DD990D;
}
</style>