Shades of Gamboge #D78C00
Tints of Gamboge #D78C00
RGB
CMYK
RGB Variations
Color information
#D78C00 (or 0xD78C00) is known color: Gamboge. HEX triplet: D7, 8C and 00. RGB value is (215,140,0). Sum of RGB (Red+Green+Blue) = 215+140+0=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78C00 is #2873FF. Grayscale: #939393. Windows color (decimal): -2651136 or 36055. OLE color: 36055.
HSL color Cylindrical-coordinate representation of color #D78C00: hue angle of 39.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D78C00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.16 |
| HSL | 39.07º | 1% | 0.42% | - |
| HSV(B) | 39.07º | 1% | 0.84% | - |
| XYZ | 37.4 | 33.2 | 4.44 | - |
| YUV | 146.47 | 45.35 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 0 | 0 | 0.35 | 1 | 0.16 | 39.07 | 1 | 0.42 |
| Hex | D7 | 8C | 0 | 0 | 23 | 64 | 10 | 27 | 64 | 2A |
| Octal | 327 | 214 | 0 | 0 | 43 | 144 | 20 | 47 | 144 | 52 |
| Binary | 11010111 | 10001100 | 0 | 0 | 100011 | 1100100 | 10000 | 100111 | 1100100 | 101010 |
Color Harmonies of #D78C00
Complementary color
Monochromatic Colors of #D78C00
Black with #D78C00
Text Example
Text Example
White with #D78C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C00; }
p { color: rgb(215,140,0); }
H1.HeaderClassName
{
color: #D78C00;
}
.AnyTagClassName
{
color: #D78C00;
}
</style>
background-color css
<style>
a { background-color: #D78C00; }
a { background-color: rgb(215,140,0); }
div.DivClassName
{
background-color: #D78C00;
}
.BgClassName
{
background-color: #D78C00;
}
</style>
border-color css
<style>
span { border-color: #D78C00; }
span { border-color: rgb(215,140,0); }
td.TdClassName
{
border-color: #D78C00;
}
.TagClassName
{
border-color: #D78C00;
}
</style>