Shades of Gamboge #D78E08
Tints of Gamboge #D78E08
RGB
CMYK
RGB Variations
Color information
#D78E08 (or 0xD78E08) is known color: Gamboge. HEX triplet: D7, 8E and 08. RGB value is (215,142,8). Sum of RGB (Red+Green+Blue) = 215+142+8=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78E08 is #2871F7. Grayscale: #959595. Windows color (decimal): -2650616 or 560855. OLE color: 560855.
HSL color Cylindrical-coordinate representation of color #D78E08: hue angle of 38.84º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D78E08 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.16 |
| HSL | 38.84º | 0.93% | 0.44% | - |
| HSV(B) | 38.84º | 0.96% | 0.84% | - |
| XYZ | 37.74 | 33.81 | 4.77 | - |
| YUV | 148.55 | 48.68 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 8 | 0 | 0.34 | 0.96 | 0.16 | 38.84 | 0.93 | 0.44 |
| Hex | D7 | 8E | 8 | 0 | 22 | 60 | 10 | 27 | 5D | 2C |
| Octal | 327 | 216 | 10 | 0 | 42 | 140 | 20 | 47 | 135 | 54 |
| Binary | 11010111 | 10001110 | 1000 | 0 | 100010 | 1100000 | 10000 | 100111 | 1011101 | 101100 |
Color Harmonies of #D78E08
Complementary color
Monochromatic Colors of #D78E08
Black with #D78E08
Text Example
Text Example
White with #D78E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E08; }
p { color: rgb(215,142,8); }
H1.HeaderClassName
{
color: #D78E08;
}
.AnyTagClassName
{
color: #D78E08;
}
</style>
background-color css
<style>
a { background-color: #D78E08; }
a { background-color: rgb(215,142,8); }
div.DivClassName
{
background-color: #D78E08;
}
.BgClassName
{
background-color: #D78E08;
}
</style>
border-color css
<style>
span { border-color: #D78E08; }
span { border-color: rgb(215,142,8); }
td.TdClassName
{
border-color: #D78E08;
}
.TagClassName
{
border-color: #D78E08;
}
</style>