Shades of Gamboge #D68911
Tints of Gamboge #D68911
RGB
CMYK
RGB Variations
Color information
#D68911 (or 0xD68911) is known color: Gamboge. HEX triplet: D6, 89 and 11. RGB value is (214,137,17). Sum of RGB (Red+Green+Blue) = 214+137+17=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D68911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68911 is #2976EE. Grayscale: #929292. Windows color (decimal): -2717423 or 1149398. OLE color: 1149398.
HSL color Cylindrical-coordinate representation of color #D68911: hue angle of 36.55º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D68911 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 17 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.16 |
| HSL | 36.55º | 0.85% | 0.45% | - |
| HSV(B) | 36.55º | 0.92% | 0.84% | - |
| XYZ | 36.78 | 32.23 | 4.81 | - |
| YUV | 146.34 | 55.01 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 17 | 0 | 0.36 | 0.92 | 0.16 | 36.55 | 0.85 | 0.45 |
| Hex | D6 | 89 | 11 | 0 | 24 | 5C | 10 | 25 | 55 | 2D |
| Octal | 326 | 211 | 21 | 0 | 44 | 134 | 20 | 45 | 125 | 55 |
| Binary | 11010110 | 10001001 | 10001 | 0 | 100100 | 1011100 | 10000 | 100101 | 1010101 | 101101 |
Color Harmonies of #D68911
Complementary color
Monochromatic Colors of #D68911
Black with #D68911
Text Example
Text Example
White with #D68911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68911; }
p { color: rgb(214,137,17); }
H1.HeaderClassName
{
color: #D68911;
}
.AnyTagClassName
{
color: #D68911;
}
</style>
background-color css
<style>
a { background-color: #D68911; }
a { background-color: rgb(214,137,17); }
div.DivClassName
{
background-color: #D68911;
}
.BgClassName
{
background-color: #D68911;
}
</style>
border-color css
<style>
span { border-color: #D68911; }
span { border-color: rgb(214,137,17); }
td.TdClassName
{
border-color: #D68911;
}
.TagClassName
{
border-color: #D68911;
}
</style>