Shades of Gamboge #D6980D
Tints of Gamboge #D6980D
RGB
CMYK
RGB Variations
Color information
#D6980D (or 0xD6980D) is known color: Gamboge. HEX triplet: D6, 98 and 0D. RGB value is (214,152,13). Sum of RGB (Red+Green+Blue) = 214+152+13=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6980D is #2967F2. Grayscale: #9B9B9B. Windows color (decimal): -2713587 or 891094. OLE color: 891094.
HSL color Cylindrical-coordinate representation of color #D6980D: hue angle of 41.49º 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 #D6980D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.16 |
| HSL | 41.49º | 0.89% | 0.45% | - |
| HSV(B) | 41.49º | 0.94% | 0.84% | - |
| XYZ | 39.03 | 36.78 | 5.42 | - |
| YUV | 154.69 | 48.04 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 13 | 0 | 0.29 | 0.94 | 0.16 | 41.49 | 0.89 | 0.45 |
| Hex | D6 | 98 | D | 0 | 1D | 5E | 10 | 29 | 59 | 2D |
| Octal | 326 | 230 | 15 | 0 | 35 | 136 | 20 | 51 | 131 | 55 |
| Binary | 11010110 | 10011000 | 1101 | 0 | 11101 | 1011110 | 10000 | 101001 | 1011001 | 101101 |
Color Harmonies of #D6980D
Complementary color
Monochromatic Colors of #D6980D
Black with #D6980D
Text Example
Text Example
White with #D6980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6980D; }
p { color: rgb(214,152,13); }
H1.HeaderClassName
{
color: #D6980D;
}
.AnyTagClassName
{
color: #D6980D;
}
</style>
background-color css
<style>
a { background-color: #D6980D; }
a { background-color: rgb(214,152,13); }
div.DivClassName
{
background-color: #D6980D;
}
.BgClassName
{
background-color: #D6980D;
}
</style>
border-color css
<style>
span { border-color: #D6980D; }
span { border-color: rgb(214,152,13); }
td.TdClassName
{
border-color: #D6980D;
}
.TagClassName
{
border-color: #D6980D;
}
</style>