Shades of Gamboge #DD940C
Tints of Gamboge #DD940C
RGB
CMYK
RGB Variations
Color information
#DD940C (or 0xDD940C) is known color: Gamboge. HEX triplet: DD, 94 and 0C. RGB value is (221,148,12). Sum of RGB (Red+Green+Blue) = 221+148+12=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD940C is #226BF3. Grayscale: #9A9A9A. Windows color (decimal): -2255860 or 824541. OLE color: 824541.
HSL color Cylindrical-coordinate representation of color #DD940C: hue angle of 39.04º 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 #DD940C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.13 |
| HSL | 39.04º | 0.9% | 0.46% | - |
| HSV(B) | 39.04º | 0.95% | 0.87% | - |
| XYZ | 40.48 | 36.58 | 5.27 | - |
| YUV | 154.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 12 | 0 | 0.33 | 0.95 | 0.13 | 39.04 | 0.9 | 0.46 |
| Hex | DD | 94 | C | 0 | 21 | 5F | D | 27 | 5A | 2E |
| Octal | 335 | 224 | 14 | 0 | 41 | 137 | 15 | 47 | 132 | 56 |
| Binary | 11011101 | 10010100 | 1100 | 0 | 100001 | 1011111 | 1101 | 100111 | 1011010 | 101110 |
Color Harmonies of #DD940C
Complementary color
Monochromatic Colors of #DD940C
Black with #DD940C
Text Example
Text Example
White with #DD940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD940C; }
p { color: rgb(221,148,12); }
H1.HeaderClassName
{
color: #DD940C;
}
.AnyTagClassName
{
color: #DD940C;
}
</style>
background-color css
<style>
a { background-color: #DD940C; }
a { background-color: rgb(221,148,12); }
div.DivClassName
{
background-color: #DD940C;
}
.BgClassName
{
background-color: #DD940C;
}
</style>
border-color css
<style>
span { border-color: #DD940C; }
span { border-color: rgb(221,148,12); }
td.TdClassName
{
border-color: #DD940C;
}
.TagClassName
{
border-color: #DD940C;
}
</style>