Shades of Gamboge #D8840C
Tints of Gamboge #D8840C
RGB
CMYK
RGB Variations
Color information
#D8840C (or 0xD8840C) is known color: Gamboge. HEX triplet: D8, 84 and 0C. RGB value is (216,132,12). Sum of RGB (Red+Green+Blue) = 216+132+12=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8840C is #277BF3. Grayscale: #909090. Windows color (decimal): -2587636 or 820440. OLE color: 820440.
HSL color Cylindrical-coordinate representation of color #D8840C: hue angle of 35.29º 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 #D8840C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.15 |
| HSL | 35.29º | 0.89% | 0.45% | - |
| HSV(B) | 35.29º | 0.94% | 0.85% | - |
| XYZ | 36.64 | 31.13 | 4.43 | - |
| YUV | 143.44 | 53.83 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 12 | 0 | 0.39 | 0.94 | 0.15 | 35.29 | 0.89 | 0.45 |
| Hex | D8 | 84 | C | 0 | 27 | 5E | F | 23 | 59 | 2D |
| Octal | 330 | 204 | 14 | 0 | 47 | 136 | 17 | 43 | 131 | 55 |
| Binary | 11011000 | 10000100 | 1100 | 0 | 100111 | 1011110 | 1111 | 100011 | 1011001 | 101101 |
Color Harmonies of #D8840C
Complementary color
Monochromatic Colors of #D8840C
Black with #D8840C
Text Example
Text Example
White with #D8840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8840C; }
p { color: rgb(216,132,12); }
H1.HeaderClassName
{
color: #D8840C;
}
.AnyTagClassName
{
color: #D8840C;
}
</style>
background-color css
<style>
a { background-color: #D8840C; }
a { background-color: rgb(216,132,12); }
div.DivClassName
{
background-color: #D8840C;
}
.BgClassName
{
background-color: #D8840C;
}
</style>
border-color css
<style>
span { border-color: #D8840C; }
span { border-color: rgb(216,132,12); }
td.TdClassName
{
border-color: #D8840C;
}
.TagClassName
{
border-color: #D8840C;
}
</style>