Shades of Gamboge #D8940F
Tints of Gamboge #D8940F
RGB
CMYK
RGB Variations
Color information
#D8940F (or 0xD8940F) is known color: Gamboge. HEX triplet: D8, 94 and 0F. RGB value is (216,148,15). Sum of RGB (Red+Green+Blue) = 216+148+15=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8940F is #276BF0. Grayscale: #999999. Windows color (decimal): -2583537 or 1021144. OLE color: 1021144.
HSL color Cylindrical-coordinate representation of color #D8940F: hue angle of 39.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8940F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.15 |
| HSL | 39.7º | 0.87% | 0.45% | - |
| HSV(B) | 39.7º | 0.93% | 0.85% | - |
| XYZ | 39 | 35.81 | 5.31 | - |
| YUV | 153.17 | 50.03 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 15 | 0 | 0.31 | 0.93 | 0.15 | 39.7 | 0.87 | 0.45 |
| Hex | D8 | 94 | F | 0 | 1F | 5D | F | 28 | 57 | 2D |
| Octal | 330 | 224 | 17 | 0 | 37 | 135 | 17 | 50 | 127 | 55 |
| Binary | 11011000 | 10010100 | 1111 | 0 | 11111 | 1011101 | 1111 | 101000 | 1010111 | 101101 |
Color Harmonies of #D8940F
Complementary color
Monochromatic Colors of #D8940F
Black with #D8940F
Text Example
Text Example
White with #D8940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8940F; }
p { color: rgb(216,148,15); }
H1.HeaderClassName
{
color: #D8940F;
}
.AnyTagClassName
{
color: #D8940F;
}
</style>
background-color css
<style>
a { background-color: #D8940F; }
a { background-color: rgb(216,148,15); }
div.DivClassName
{
background-color: #D8940F;
}
.BgClassName
{
background-color: #D8940F;
}
</style>
border-color css
<style>
span { border-color: #D8940F; }
span { border-color: rgb(216,148,15); }
td.TdClassName
{
border-color: #D8940F;
}
.TagClassName
{
border-color: #D8940F;
}
</style>