Shades of Gamboge #D78C08
Tints of Gamboge #D78C08
RGB
CMYK
RGB Variations
Color information
#D78C08 (or 0xD78C08) is known color: Gamboge. HEX triplet: D7, 8C and 08. RGB value is (215,140,8). Sum of RGB (Red+Green+Blue) = 215+140+8=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78C08 is #2873F7. Grayscale: #939393. Windows color (decimal): -2651128 or 560343. OLE color: 560343.
HSL color Cylindrical-coordinate representation of color #D78C08: hue angle of 38.26º 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 #D78C08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.16 |
| HSL | 38.26º | 0.93% | 0.44% | - |
| HSV(B) | 38.26º | 0.96% | 0.84% | - |
| XYZ | 37.45 | 33.22 | 4.67 | - |
| YUV | 147.38 | 49.35 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 8 | 0 | 0.35 | 0.96 | 0.16 | 38.26 | 0.93 | 0.44 |
| Hex | D7 | 8C | 8 | 0 | 23 | 60 | 10 | 26 | 5D | 2C |
| Octal | 327 | 214 | 10 | 0 | 43 | 140 | 20 | 46 | 135 | 54 |
| Binary | 11010111 | 10001100 | 1000 | 0 | 100011 | 1100000 | 10000 | 100110 | 1011101 | 101100 |
Color Harmonies of #D78C08
Complementary color
Monochromatic Colors of #D78C08
Black with #D78C08
Text Example
Text Example
White with #D78C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C08; }
p { color: rgb(215,140,8); }
H1.HeaderClassName
{
color: #D78C08;
}
.AnyTagClassName
{
color: #D78C08;
}
</style>
background-color css
<style>
a { background-color: #D78C08; }
a { background-color: rgb(215,140,8); }
div.DivClassName
{
background-color: #D78C08;
}
.BgClassName
{
background-color: #D78C08;
}
</style>
border-color css
<style>
span { border-color: #D78C08; }
span { border-color: rgb(215,140,8); }
td.TdClassName
{
border-color: #D78C08;
}
.TagClassName
{
border-color: #D78C08;
}
</style>