Shades of Gamboge #D78B0A
Tints of Gamboge #D78B0A
RGB
CMYK
RGB Variations
Color information
#D78B0A (or 0xD78B0A) is known color: Gamboge. HEX triplet: D7, 8B and 0A. RGB value is (215,139,10). Sum of RGB (Red+Green+Blue) = 215+139+10=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78B0A is #2874F5. Grayscale: #939393. Windows color (decimal): -2651382 or 691159. OLE color: 691159.
HSL color Cylindrical-coordinate representation of color #D78B0A: hue angle of 37.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D78B0A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.16 |
| HSL | 37.76º | 0.91% | 0.44% | - |
| HSV(B) | 37.76º | 0.95% | 0.84% | - |
| XYZ | 37.31 | 32.93 | 4.68 | - |
| YUV | 147.02 | 50.68 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 10 | 0 | 0.35 | 0.95 | 0.16 | 37.76 | 0.91 | 0.44 |
| Hex | D7 | 8B | A | 0 | 23 | 5F | 10 | 26 | 5B | 2C |
| Octal | 327 | 213 | 12 | 0 | 43 | 137 | 20 | 46 | 133 | 54 |
| Binary | 11010111 | 10001011 | 1010 | 0 | 100011 | 1011111 | 10000 | 100110 | 1011011 | 101100 |
Color Harmonies of #D78B0A
Complementary color
Monochromatic Colors of #D78B0A
Black with #D78B0A
Text Example
Text Example
White with #D78B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B0A; }
p { color: rgb(215,139,10); }
H1.HeaderClassName
{
color: #D78B0A;
}
.AnyTagClassName
{
color: #D78B0A;
}
</style>
background-color css
<style>
a { background-color: #D78B0A; }
a { background-color: rgb(215,139,10); }
div.DivClassName
{
background-color: #D78B0A;
}
.BgClassName
{
background-color: #D78B0A;
}
</style>
border-color css
<style>
span { border-color: #D78B0A; }
span { border-color: rgb(215,139,10); }
td.TdClassName
{
border-color: #D78B0A;
}
.TagClassName
{
border-color: #D78B0A;
}
</style>