Shades of Gamboge #D6880E
Tints of Gamboge #D6880E
RGB
CMYK
RGB Variations
Color information
#D6880E (or 0xD6880E) is known color: Gamboge. HEX triplet: D6, 88 and 0E. RGB value is (214,136,14). Sum of RGB (Red+Green+Blue) = 214+136+14=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6880E is #2977F1. Grayscale: #919191. Windows color (decimal): -2717682 or 952534. OLE color: 952534.
HSL color Cylindrical-coordinate representation of color #D6880E: hue angle of 36.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6880E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.16 |
| HSL | 36.6º | 0.88% | 0.45% | - |
| HSV(B) | 36.6º | 0.93% | 0.84% | - |
| XYZ | 36.61 | 31.94 | 4.65 | - |
| YUV | 145.41 | 53.84 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 14 | 0 | 0.36 | 0.93 | 0.16 | 36.6 | 0.88 | 0.45 |
| Hex | D6 | 88 | E | 0 | 24 | 5D | 10 | 25 | 58 | 2D |
| Octal | 326 | 210 | 16 | 0 | 44 | 135 | 20 | 45 | 130 | 55 |
| Binary | 11010110 | 10001000 | 1110 | 0 | 100100 | 1011101 | 10000 | 100101 | 1011000 | 101101 |
Color Harmonies of #D6880E
Complementary color
Monochromatic Colors of #D6880E
Black with #D6880E
Text Example
Text Example
White with #D6880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6880E; }
p { color: rgb(214,136,14); }
H1.HeaderClassName
{
color: #D6880E;
}
.AnyTagClassName
{
color: #D6880E;
}
</style>
background-color css
<style>
a { background-color: #D6880E; }
a { background-color: rgb(214,136,14); }
div.DivClassName
{
background-color: #D6880E;
}
.BgClassName
{
background-color: #D6880E;
}
</style>
border-color css
<style>
span { border-color: #D6880E; }
span { border-color: rgb(214,136,14); }
td.TdClassName
{
border-color: #D6880E;
}
.TagClassName
{
border-color: #D6880E;
}
</style>