Shades of Gamboge #D78812
Tints of Gamboge #D78812
RGB
CMYK
RGB Variations
Color information
#D78812 (or 0xD78812) is known color: Gamboge. HEX triplet: D7, 88 and 12. RGB value is (215,136,18). Sum of RGB (Red+Green+Blue) = 215+136+18=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D78812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78812 is #2877ED. Grayscale: #929292. Windows color (decimal): -2652142 or 1214679. OLE color: 1214679.
HSL color Cylindrical-coordinate representation of color #D78812: hue angle of 35.94º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D78812 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 18 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.16 |
| HSL | 35.94º | 0.85% | 0.46% | - |
| HSV(B) | 35.94º | 0.92% | 0.84% | - |
| XYZ | 36.94 | 32.1 | 4.82 | - |
| YUV | 146.17 | 55.67 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 18 | 0 | 0.37 | 0.92 | 0.16 | 35.94 | 0.85 | 0.46 |
| Hex | D7 | 88 | 12 | 0 | 25 | 5C | 10 | 24 | 55 | 2E |
| Octal | 327 | 210 | 22 | 0 | 45 | 134 | 20 | 44 | 125 | 56 |
| Binary | 11010111 | 10001000 | 10010 | 0 | 100101 | 1011100 | 10000 | 100100 | 1010101 | 101110 |
Color Harmonies of #D78812
Complementary color
Monochromatic Colors of #D78812
Black with #D78812
Text Example
Text Example
White with #D78812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78812; }
p { color: rgb(215,136,18); }
H1.HeaderClassName
{
color: #D78812;
}
.AnyTagClassName
{
color: #D78812;
}
</style>
background-color css
<style>
a { background-color: #D78812; }
a { background-color: rgb(215,136,18); }
div.DivClassName
{
background-color: #D78812;
}
.BgClassName
{
background-color: #D78812;
}
</style>
border-color css
<style>
span { border-color: #D78812; }
span { border-color: rgb(215,136,18); }
td.TdClassName
{
border-color: #D78812;
}
.TagClassName
{
border-color: #D78812;
}
</style>