Shades of Gamboge #D8840E
Tints of Gamboge #D8840E
RGB
CMYK
RGB Variations
Color information
#D8840E (or 0xD8840E) is known color: Gamboge. HEX triplet: D8, 84 and 0E. RGB value is (216,132,14). Sum of RGB (Red+Green+Blue) = 216+132+14=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8840E is #277BF1. Grayscale: #909090. Windows color (decimal): -2587634 or 951512. OLE color: 951512.
HSL color Cylindrical-coordinate representation of color #D8840E: hue angle of 35.05º degrees, saturation: 0.88, 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 #D8840E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 14 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.15 |
| HSL | 35.05º | 0.88% | 0.45% | - |
| HSV(B) | 35.05º | 0.94% | 0.85% | - |
| XYZ | 36.65 | 31.13 | 4.49 | - |
| YUV | 143.66 | 54.83 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 14 | 0 | 0.39 | 0.94 | 0.15 | 35.05 | 0.88 | 0.45 |
| Hex | D8 | 84 | E | 0 | 27 | 5E | F | 23 | 58 | 2D |
| Octal | 330 | 204 | 16 | 0 | 47 | 136 | 17 | 43 | 130 | 55 |
| Binary | 11011000 | 10000100 | 1110 | 0 | 100111 | 1011110 | 1111 | 100011 | 1011000 | 101101 |
Color Harmonies of #D8840E
Complementary color
Monochromatic Colors of #D8840E
Black with #D8840E
Text Example
Text Example
White with #D8840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8840E; }
p { color: rgb(216,132,14); }
H1.HeaderClassName
{
color: #D8840E;
}
.AnyTagClassName
{
color: #D8840E;
}
</style>
background-color css
<style>
a { background-color: #D8840E; }
a { background-color: rgb(216,132,14); }
div.DivClassName
{
background-color: #D8840E;
}
.BgClassName
{
background-color: #D8840E;
}
</style>
border-color css
<style>
span { border-color: #D8840E; }
span { border-color: rgb(216,132,14); }
td.TdClassName
{
border-color: #D8840E;
}
.TagClassName
{
border-color: #D8840E;
}
</style>