Shades of Gamboge #D9880D
Tints of Gamboge #D9880D
RGB
CMYK
RGB Variations
Color information
#D9880D (or 0xD9880D) is known color: Gamboge. HEX triplet: D9, 88 and 0D. RGB value is (217,136,13). Sum of RGB (Red+Green+Blue) = 217+136+13=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9880D is #2677F2. Grayscale: #929292. Windows color (decimal): -2521075 or 887001. OLE color: 887001.
HSL color Cylindrical-coordinate representation of color #D9880D: hue angle of 36.18º 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 #D9880D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.15 |
| HSL | 36.18º | 0.89% | 0.45% | - |
| HSV(B) | 36.18º | 0.94% | 0.85% | - |
| XYZ | 37.49 | 32.39 | 4.66 | - |
| YUV | 146.2 | 52.84 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 13 | 0 | 0.37 | 0.94 | 0.15 | 36.18 | 0.89 | 0.45 |
| Hex | D9 | 88 | D | 0 | 25 | 5E | F | 24 | 59 | 2D |
| Octal | 331 | 210 | 15 | 0 | 45 | 136 | 17 | 44 | 131 | 55 |
| Binary | 11011001 | 10001000 | 1101 | 0 | 100101 | 1011110 | 1111 | 100100 | 1011001 | 101101 |
Color Harmonies of #D9880D
Complementary color
Monochromatic Colors of #D9880D
Black with #D9880D
Text Example
Text Example
White with #D9880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9880D; }
p { color: rgb(217,136,13); }
H1.HeaderClassName
{
color: #D9880D;
}
.AnyTagClassName
{
color: #D9880D;
}
</style>
background-color css
<style>
a { background-color: #D9880D; }
a { background-color: rgb(217,136,13); }
div.DivClassName
{
background-color: #D9880D;
}
.BgClassName
{
background-color: #D9880D;
}
</style>
border-color css
<style>
span { border-color: #D9880D; }
span { border-color: rgb(217,136,13); }
td.TdClassName
{
border-color: #D9880D;
}
.TagClassName
{
border-color: #D9880D;
}
</style>