Shades of Gamboge #D8940C
Tints of Gamboge #D8940C
RGB
CMYK
RGB Variations
Color information
#D8940C (or 0xD8940C) is known color: Gamboge. HEX triplet: D8, 94 and 0C. RGB value is (216,148,12). Sum of RGB (Red+Green+Blue) = 216+148+12=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8940C is #276BF3. Grayscale: #999999. Windows color (decimal): -2583540 or 824536. OLE color: 824536.
HSL color Cylindrical-coordinate representation of color #D8940C: hue angle of 40º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8940C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.15 |
| HSL | 40º | 0.89% | 0.45% | - |
| HSV(B) | 40º | 0.94% | 0.85% | - |
| XYZ | 38.98 | 35.81 | 5.2 | - |
| YUV | 152.83 | 48.53 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 12 | 0 | 0.31 | 0.94 | 0.15 | 40 | 0.89 | 0.45 |
| Hex | D8 | 94 | C | 0 | 1F | 5E | F | 28 | 59 | 2D |
| Octal | 330 | 224 | 14 | 0 | 37 | 136 | 17 | 50 | 131 | 55 |
| Binary | 11011000 | 10010100 | 1100 | 0 | 11111 | 1011110 | 1111 | 101000 | 1011001 | 101101 |
Color Harmonies of #D8940C
Complementary color
Monochromatic Colors of #D8940C
Black with #D8940C
Text Example
Text Example
White with #D8940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8940C; }
p { color: rgb(216,148,12); }
H1.HeaderClassName
{
color: #D8940C;
}
.AnyTagClassName
{
color: #D8940C;
}
</style>
background-color css
<style>
a { background-color: #D8940C; }
a { background-color: rgb(216,148,12); }
div.DivClassName
{
background-color: #D8940C;
}
.BgClassName
{
background-color: #D8940C;
}
</style>
border-color css
<style>
span { border-color: #D8940C; }
span { border-color: rgb(216,148,12); }
td.TdClassName
{
border-color: #D8940C;
}
.TagClassName
{
border-color: #D8940C;
}
</style>