Shades of Gamboge #D78E09
Tints of Gamboge #D78E09
RGB
CMYK
RGB Variations
Color information
#D78E09 (or 0xD78E09) is known color: Gamboge. HEX triplet: D7, 8E and 09. RGB value is (215,142,9). Sum of RGB (Red+Green+Blue) = 215+142+9=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78E09 is #2871F6. Grayscale: #959595. Windows color (decimal): -2650615 or 626391. OLE color: 626391.
HSL color Cylindrical-coordinate representation of color #D78E09: hue angle of 38.74º degrees, saturation: 0.92, 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 #D78E09 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.16 |
| HSL | 38.74º | 0.92% | 0.44% | - |
| HSV(B) | 38.74º | 0.96% | 0.84% | - |
| XYZ | 37.75 | 33.81 | 4.8 | - |
| YUV | 148.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 9 | 0 | 0.34 | 0.96 | 0.16 | 38.74 | 0.92 | 0.44 |
| Hex | D7 | 8E | 9 | 0 | 22 | 60 | 10 | 27 | 5C | 2C |
| Octal | 327 | 216 | 11 | 0 | 42 | 140 | 20 | 47 | 134 | 54 |
| Binary | 11010111 | 10001110 | 1001 | 0 | 100010 | 1100000 | 10000 | 100111 | 1011100 | 101100 |
Color Harmonies of #D78E09
Complementary color
Monochromatic Colors of #D78E09
Black with #D78E09
Text Example
Text Example
White with #D78E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E09; }
p { color: rgb(215,142,9); }
H1.HeaderClassName
{
color: #D78E09;
}
.AnyTagClassName
{
color: #D78E09;
}
</style>
background-color css
<style>
a { background-color: #D78E09; }
a { background-color: rgb(215,142,9); }
div.DivClassName
{
background-color: #D78E09;
}
.BgClassName
{
background-color: #D78E09;
}
</style>
border-color css
<style>
span { border-color: #D78E09; }
span { border-color: rgb(215,142,9); }
td.TdClassName
{
border-color: #D78E09;
}
.TagClassName
{
border-color: #D78E09;
}
</style>