Shades of Gamboge #D7980D
Tints of Gamboge #D7980D
RGB
CMYK
RGB Variations
Color information
#D7980D (or 0xD7980D) is known color: Gamboge. HEX triplet: D7, 98 and 0D. RGB value is (215,152,13). Sum of RGB (Red+Green+Blue) = 215+152+13=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7980D is #2867F2. Grayscale: #9B9B9B. Windows color (decimal): -2648051 or 891095. OLE color: 891095.
HSL color Cylindrical-coordinate representation of color #D7980D: hue angle of 41.29º 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 #D7980D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.16 |
| HSL | 41.29º | 0.89% | 0.45% | - |
| HSV(B) | 41.29º | 0.94% | 0.84% | - |
| XYZ | 39.33 | 36.93 | 5.44 | - |
| YUV | 154.99 | 47.87 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 13 | 0 | 0.29 | 0.94 | 0.16 | 41.29 | 0.89 | 0.45 |
| Hex | D7 | 98 | D | 0 | 1D | 5E | 10 | 29 | 59 | 2D |
| Octal | 327 | 230 | 15 | 0 | 35 | 136 | 20 | 51 | 131 | 55 |
| Binary | 11010111 | 10011000 | 1101 | 0 | 11101 | 1011110 | 10000 | 101001 | 1011001 | 101101 |
Color Harmonies of #D7980D
Complementary color
Monochromatic Colors of #D7980D
Black with #D7980D
Text Example
Text Example
White with #D7980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7980D; }
p { color: rgb(215,152,13); }
H1.HeaderClassName
{
color: #D7980D;
}
.AnyTagClassName
{
color: #D7980D;
}
</style>
background-color css
<style>
a { background-color: #D7980D; }
a { background-color: rgb(215,152,13); }
div.DivClassName
{
background-color: #D7980D;
}
.BgClassName
{
background-color: #D7980D;
}
</style>
border-color css
<style>
span { border-color: #D7980D; }
span { border-color: rgb(215,152,13); }
td.TdClassName
{
border-color: #D7980D;
}
.TagClassName
{
border-color: #D7980D;
}
</style>