Shades of Gamboge #D78A00
Tints of Gamboge #D78A00
RGB
CMYK
RGB Variations
Color information
#D78A00 (or 0xD78A00) is known color: Gamboge. HEX triplet: D7, 8A and 00. RGB value is (215,138,0). Sum of RGB (Red+Green+Blue) = 215+138+0=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78A00 is #2875FF. Grayscale: #919191. Windows color (decimal): -2651648 or 35543. OLE color: 35543.
HSL color Cylindrical-coordinate representation of color #D78A00: hue angle of 38.51º 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 #D78A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.16 |
| HSL | 38.51º | 1% | 0.42% | - |
| HSV(B) | 38.51º | 1% | 0.84% | - |
| XYZ | 37.11 | 32.62 | 4.34 | - |
| YUV | 145.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 0 | 0 | 0.36 | 1 | 0.16 | 38.51 | 1 | 0.42 |
| Hex | D7 | 8A | 0 | 0 | 24 | 64 | 10 | 27 | 64 | 2A |
| Octal | 327 | 212 | 0 | 0 | 44 | 144 | 20 | 47 | 144 | 52 |
| Binary | 11010111 | 10001010 | 0 | 0 | 100100 | 1100100 | 10000 | 100111 | 1100100 | 101010 |
Color Harmonies of #D78A00
Complementary color
Monochromatic Colors of #D78A00
Black with #D78A00
Text Example
Text Example
White with #D78A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A00; }
p { color: rgb(215,138,0); }
H1.HeaderClassName
{
color: #D78A00;
}
.AnyTagClassName
{
color: #D78A00;
}
</style>
background-color css
<style>
a { background-color: #D78A00; }
a { background-color: rgb(215,138,0); }
div.DivClassName
{
background-color: #D78A00;
}
.BgClassName
{
background-color: #D78A00;
}
</style>
border-color css
<style>
span { border-color: #D78A00; }
span { border-color: rgb(215,138,0); }
td.TdClassName
{
border-color: #D78A00;
}
.TagClassName
{
border-color: #D78A00;
}
</style>