Shades of Gamboge #D8880C
Tints of Gamboge #D8880C
RGB
CMYK
RGB Variations
Color information
#D8880C (or 0xD8880C) is known color: Gamboge. HEX triplet: D8, 88 and 0C. RGB value is (216,136,12). Sum of RGB (Red+Green+Blue) = 216+136+12=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8880C is #2777F3. Grayscale: #929292. Windows color (decimal): -2586612 or 821464. OLE color: 821464.
HSL color Cylindrical-coordinate representation of color #D8880C: hue angle of 36.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8880C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.15 |
| HSL | 36.47º | 0.89% | 0.45% | - |
| HSV(B) | 36.47º | 0.94% | 0.85% | - |
| XYZ | 37.19 | 32.23 | 4.61 | - |
| YUV | 145.78 | 52.5 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 12 | 0 | 0.37 | 0.94 | 0.15 | 36.47 | 0.89 | 0.45 |
| Hex | D8 | 88 | C | 0 | 25 | 5E | F | 24 | 59 | 2D |
| Octal | 330 | 210 | 14 | 0 | 45 | 136 | 17 | 44 | 131 | 55 |
| Binary | 11011000 | 10001000 | 1100 | 0 | 100101 | 1011110 | 1111 | 100100 | 1011001 | 101101 |
Color Harmonies of #D8880C
Complementary color
Monochromatic Colors of #D8880C
Black with #D8880C
Text Example
Text Example
White with #D8880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8880C; }
p { color: rgb(216,136,12); }
H1.HeaderClassName
{
color: #D8880C;
}
.AnyTagClassName
{
color: #D8880C;
}
</style>
background-color css
<style>
a { background-color: #D8880C; }
a { background-color: rgb(216,136,12); }
div.DivClassName
{
background-color: #D8880C;
}
.BgClassName
{
background-color: #D8880C;
}
</style>
border-color css
<style>
span { border-color: #D8880C; }
span { border-color: rgb(216,136,12); }
td.TdClassName
{
border-color: #D8880C;
}
.TagClassName
{
border-color: #D8880C;
}
</style>