Shades of Gamboge #DD980F
Tints of Gamboge #DD980F
RGB
CMYK
RGB Variations
Color information
#DD980F (or 0xDD980F) is known color: Gamboge. HEX triplet: DD, 98 and 0F. RGB value is (221,152,15). Sum of RGB (Red+Green+Blue) = 221+152+15=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD980F is #2267F0. Grayscale: #9D9D9D. Windows color (decimal): -2254833 or 1022173. OLE color: 1022173.
HSL color Cylindrical-coordinate representation of color #DD980F: hue angle of 39.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD980F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.13 |
| HSL | 39.9º | 0.87% | 0.46% | - |
| HSV(B) | 39.9º | 0.93% | 0.87% | - |
| XYZ | 41.13 | 37.86 | 5.59 | - |
| YUV | 157.01 | 47.86 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 15 | 0 | 0.31 | 0.93 | 0.13 | 39.9 | 0.87 | 0.46 |
| Hex | DD | 98 | F | 0 | 1F | 5D | D | 28 | 57 | 2E |
| Octal | 335 | 230 | 17 | 0 | 37 | 135 | 15 | 50 | 127 | 56 |
| Binary | 11011101 | 10011000 | 1111 | 0 | 11111 | 1011101 | 1101 | 101000 | 1010111 | 101110 |
Color Harmonies of #DD980F
Complementary color
Monochromatic Colors of #DD980F
Black with #DD980F
Text Example
Text Example
White with #DD980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD980F; }
p { color: rgb(221,152,15); }
H1.HeaderClassName
{
color: #DD980F;
}
.AnyTagClassName
{
color: #DD980F;
}
</style>
background-color css
<style>
a { background-color: #DD980F; }
a { background-color: rgb(221,152,15); }
div.DivClassName
{
background-color: #DD980F;
}
.BgClassName
{
background-color: #DD980F;
}
</style>
border-color css
<style>
span { border-color: #DD980F; }
span { border-color: rgb(221,152,15); }
td.TdClassName
{
border-color: #DD980F;
}
.TagClassName
{
border-color: #DD980F;
}
</style>