Shades of Gamboge #D78508
Tints of Gamboge #D78508
RGB
CMYK
RGB Variations
Color information
#D78508 (or 0xD78508) is known color: Gamboge. HEX triplet: D7, 85 and 08. RGB value is (215,133,8). Sum of RGB (Red+Green+Blue) = 215+133+8=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D78508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78508 is #287AF7. Grayscale: #8F8F8F. Windows color (decimal): -2652920 or 558551. OLE color: 558551.
HSL color Cylindrical-coordinate representation of color #D78508: hue angle of 36.23º 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 #D78508 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.16 |
| HSL | 36.23º | 0.93% | 0.44% | - |
| HSV(B) | 36.23º | 0.96% | 0.84% | - |
| XYZ | 36.46 | 31.24 | 4.34 | - |
| YUV | 143.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 8 | 0 | 0.38 | 0.96 | 0.16 | 36.23 | 0.93 | 0.44 |
| Hex | D7 | 85 | 8 | 0 | 26 | 60 | 10 | 24 | 5D | 2C |
| Octal | 327 | 205 | 10 | 0 | 46 | 140 | 20 | 44 | 135 | 54 |
| Binary | 11010111 | 10000101 | 1000 | 0 | 100110 | 1100000 | 10000 | 100100 | 1011101 | 101100 |
Color Harmonies of #D78508
Complementary color
Monochromatic Colors of #D78508
Black with #D78508
Text Example
Text Example
White with #D78508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78508; }
p { color: rgb(215,133,8); }
H1.HeaderClassName
{
color: #D78508;
}
.AnyTagClassName
{
color: #D78508;
}
</style>
background-color css
<style>
a { background-color: #D78508; }
a { background-color: rgb(215,133,8); }
div.DivClassName
{
background-color: #D78508;
}
.BgClassName
{
background-color: #D78508;
}
</style>
border-color css
<style>
span { border-color: #D78508; }
span { border-color: rgb(215,133,8); }
td.TdClassName
{
border-color: #D78508;
}
.TagClassName
{
border-color: #D78508;
}
</style>