Shades of Gamboge #D78804
Tints of Gamboge #D78804
RGB
CMYK
RGB Variations
Color information
#D78804 (or 0xD78804) is known color: Gamboge. HEX triplet: D7, 88 and 04. RGB value is (215,136,4). Sum of RGB (Red+Green+Blue) = 215+136+4=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D78804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78804 is #2877FB. Grayscale: #919191. Windows color (decimal): -2652156 or 297175. OLE color: 297175.
HSL color Cylindrical-coordinate representation of color #D78804: hue angle of 37.54º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D78804 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.16 |
| HSL | 37.54º | 0.96% | 0.43% | - |
| HSV(B) | 37.54º | 0.98% | 0.84% | - |
| XYZ | 36.85 | 32.06 | 4.36 | - |
| YUV | 144.57 | 48.67 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 4 | 0 | 0.37 | 0.98 | 0.16 | 37.54 | 0.96 | 0.43 |
| Hex | D7 | 88 | 4 | 0 | 25 | 62 | 10 | 26 | 60 | 2B |
| Octal | 327 | 210 | 4 | 0 | 45 | 142 | 20 | 46 | 140 | 53 |
| Binary | 11010111 | 10001000 | 100 | 0 | 100101 | 1100010 | 10000 | 100110 | 1100000 | 101011 |
Color Harmonies of #D78804
Complementary color
Monochromatic Colors of #D78804
Black with #D78804
Text Example
Text Example
White with #D78804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78804; }
p { color: rgb(215,136,4); }
H1.HeaderClassName
{
color: #D78804;
}
.AnyTagClassName
{
color: #D78804;
}
</style>
background-color css
<style>
a { background-color: #D78804; }
a { background-color: rgb(215,136,4); }
div.DivClassName
{
background-color: #D78804;
}
.BgClassName
{
background-color: #D78804;
}
</style>
border-color css
<style>
span { border-color: #D78804; }
span { border-color: rgb(215,136,4); }
td.TdClassName
{
border-color: #D78804;
}
.TagClassName
{
border-color: #D78804;
}
</style>