Shades of Gamboge #D78809
Tints of Gamboge #D78809
RGB
CMYK
RGB Variations
Color information
#D78809 (or 0xD78809) is known color: Gamboge. HEX triplet: D7, 88 and 09. RGB value is (215,136,9). Sum of RGB (Red+Green+Blue) = 215+136+9=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D78809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78809 is #2877F6. Grayscale: #919191. Windows color (decimal): -2652151 or 624855. OLE color: 624855.
HSL color Cylindrical-coordinate representation of color #D78809: hue angle of 36.99º 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 #D78809 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.16 |
| HSL | 36.99º | 0.92% | 0.44% | - |
| HSV(B) | 36.99º | 0.96% | 0.84% | - |
| XYZ | 36.88 | 32.08 | 4.51 | - |
| YUV | 145.14 | 51.17 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 9 | 0 | 0.37 | 0.96 | 0.16 | 36.99 | 0.92 | 0.44 |
| Hex | D7 | 88 | 9 | 0 | 25 | 60 | 10 | 25 | 5C | 2C |
| Octal | 327 | 210 | 11 | 0 | 45 | 140 | 20 | 45 | 134 | 54 |
| Binary | 11010111 | 10001000 | 1001 | 0 | 100101 | 1100000 | 10000 | 100101 | 1011100 | 101100 |
Color Harmonies of #D78809
Complementary color
Monochromatic Colors of #D78809
Black with #D78809
Text Example
Text Example
White with #D78809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78809; }
p { color: rgb(215,136,9); }
H1.HeaderClassName
{
color: #D78809;
}
.AnyTagClassName
{
color: #D78809;
}
</style>
background-color css
<style>
a { background-color: #D78809; }
a { background-color: rgb(215,136,9); }
div.DivClassName
{
background-color: #D78809;
}
.BgClassName
{
background-color: #D78809;
}
</style>
border-color css
<style>
span { border-color: #D78809; }
span { border-color: rgb(215,136,9); }
td.TdClassName
{
border-color: #D78809;
}
.TagClassName
{
border-color: #D78809;
}
</style>