Shades of Gamboge #D6850D
Tints of Gamboge #D6850D
RGB
CMYK
RGB Variations
Color information
#D6850D (or 0xD6850D) is known color: Gamboge. HEX triplet: D6, 85 and 0D. RGB value is (214,133,13). Sum of RGB (Red+Green+Blue) = 214+133+13=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6850D is #297AF2. Grayscale: #909090. Windows color (decimal): -2718451 or 886230. OLE color: 886230.
HSL color Cylindrical-coordinate representation of color #D6850D: hue angle of 35.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6850D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.16 |
| HSL | 35.82º | 0.89% | 0.45% | - |
| HSV(B) | 35.82º | 0.94% | 0.84% | - |
| XYZ | 36.19 | 31.1 | 4.48 | - |
| YUV | 143.54 | 54.34 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 13 | 0 | 0.38 | 0.94 | 0.16 | 35.82 | 0.89 | 0.45 |
| Hex | D6 | 85 | D | 0 | 26 | 5E | 10 | 24 | 59 | 2D |
| Octal | 326 | 205 | 15 | 0 | 46 | 136 | 20 | 44 | 131 | 55 |
| Binary | 11010110 | 10000101 | 1101 | 0 | 100110 | 1011110 | 10000 | 100100 | 1011001 | 101101 |
Color Harmonies of #D6850D
Complementary color
Monochromatic Colors of #D6850D
Black with #D6850D
Text Example
Text Example
White with #D6850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6850D; }
p { color: rgb(214,133,13); }
H1.HeaderClassName
{
color: #D6850D;
}
.AnyTagClassName
{
color: #D6850D;
}
</style>
background-color css
<style>
a { background-color: #D6850D; }
a { background-color: rgb(214,133,13); }
div.DivClassName
{
background-color: #D6850D;
}
.BgClassName
{
background-color: #D6850D;
}
</style>
border-color css
<style>
span { border-color: #D6850D; }
span { border-color: rgb(214,133,13); }
td.TdClassName
{
border-color: #D6850D;
}
.TagClassName
{
border-color: #D6850D;
}
</style>