Shades of Gamboge #D8980D
Tints of Gamboge #D8980D
RGB
CMYK
RGB Variations
Color information
#D8980D (or 0xD8980D) is known color: Gamboge. HEX triplet: D8, 98 and 0D. RGB value is (216,152,13). Sum of RGB (Red+Green+Blue) = 216+152+13=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8980D is #2767F2. Grayscale: #9B9B9B. Windows color (decimal): -2582515 or 891096. OLE color: 891096.
HSL color Cylindrical-coordinate representation of color #D8980D: hue angle of 41.08º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8980D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.15 |
| HSL | 41.08º | 0.89% | 0.45% | - |
| HSV(B) | 41.08º | 0.94% | 0.85% | - |
| XYZ | 39.62 | 37.08 | 5.45 | - |
| YUV | 155.29 | 47.7 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 13 | 0 | 0.30 | 0.94 | 0.15 | 41.08 | 0.89 | 0.45 |
| Hex | D8 | 98 | D | 0 | 1E | 5E | F | 29 | 59 | 2D |
| Octal | 330 | 230 | 15 | 0 | 36 | 136 | 17 | 51 | 131 | 55 |
| Binary | 11011000 | 10011000 | 1101 | 0 | 11110 | 1011110 | 1111 | 101001 | 1011001 | 101101 |
Color Harmonies of #D8980D
Complementary color
Monochromatic Colors of #D8980D
Black with #D8980D
Text Example
Text Example
White with #D8980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8980D; }
p { color: rgb(216,152,13); }
H1.HeaderClassName
{
color: #D8980D;
}
.AnyTagClassName
{
color: #D8980D;
}
</style>
background-color css
<style>
a { background-color: #D8980D; }
a { background-color: rgb(216,152,13); }
div.DivClassName
{
background-color: #D8980D;
}
.BgClassName
{
background-color: #D8980D;
}
</style>
border-color css
<style>
span { border-color: #D8980D; }
span { border-color: rgb(216,152,13); }
td.TdClassName
{
border-color: #D8980D;
}
.TagClassName
{
border-color: #D8980D;
}
</style>