Shades of Gamboge #DD980C
Tints of Gamboge #DD980C
RGB
CMYK
RGB Variations
Color information
#DD980C (or 0xDD980C) is known color: Gamboge. HEX triplet: DD, 98 and 0C. RGB value is (221,152,12). Sum of RGB (Red+Green+Blue) = 221+152+12=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD980C is #2267F3. Grayscale: #9D9D9D. Windows color (decimal): -2254836 or 825565. OLE color: 825565.
HSL color Cylindrical-coordinate representation of color #DD980C: hue angle of 40.19º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD980C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.13 |
| HSL | 40.19º | 0.9% | 0.46% | - |
| HSV(B) | 40.19º | 0.95% | 0.87% | - |
| XYZ | 41.11 | 37.86 | 5.49 | - |
| YUV | 156.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 12 | 0 | 0.31 | 0.95 | 0.13 | 40.19 | 0.9 | 0.46 |
| Hex | DD | 98 | C | 0 | 1F | 5F | D | 28 | 5A | 2E |
| Octal | 335 | 230 | 14 | 0 | 37 | 137 | 15 | 50 | 132 | 56 |
| Binary | 11011101 | 10011000 | 1100 | 0 | 11111 | 1011111 | 1101 | 101000 | 1011010 | 101110 |
Color Harmonies of #DD980C
Complementary color
Monochromatic Colors of #DD980C
Black with #DD980C
Text Example
Text Example
White with #DD980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD980C; }
p { color: rgb(221,152,12); }
H1.HeaderClassName
{
color: #DD980C;
}
.AnyTagClassName
{
color: #DD980C;
}
</style>
background-color css
<style>
a { background-color: #DD980C; }
a { background-color: rgb(221,152,12); }
div.DivClassName
{
background-color: #DD980C;
}
.BgClassName
{
background-color: #DD980C;
}
</style>
border-color css
<style>
span { border-color: #DD980C; }
span { border-color: rgb(221,152,12); }
td.TdClassName
{
border-color: #DD980C;
}
.TagClassName
{
border-color: #DD980C;
}
</style>