Shades of Gamboge #D9960A
Tints of Gamboge #D9960A
RGB
CMYK
RGB Variations
Color information
#D9960A (or 0xD9960A) is known color: Gamboge. HEX triplet: D9, 96 and 0A. RGB value is (217,150,10). Sum of RGB (Red+Green+Blue) = 217+150+10=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9960A is #2669F5. Grayscale: #9A9A9A. Windows color (decimal): -2517494 or 693977. OLE color: 693977.
HSL color Cylindrical-coordinate representation of color #D9960A: hue angle of 40.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9960A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.15 |
| HSL | 40.58º | 0.91% | 0.45% | - |
| HSV(B) | 40.58º | 0.95% | 0.85% | - |
| XYZ | 39.58 | 36.59 | 5.26 | - |
| YUV | 154.07 | 46.7 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 10 | 0 | 0.31 | 0.95 | 0.15 | 40.58 | 0.91 | 0.45 |
| Hex | D9 | 96 | A | 0 | 1F | 5F | F | 29 | 5B | 2D |
| Octal | 331 | 226 | 12 | 0 | 37 | 137 | 17 | 51 | 133 | 55 |
| Binary | 11011001 | 10010110 | 1010 | 0 | 11111 | 1011111 | 1111 | 101001 | 1011011 | 101101 |
Color Harmonies of #D9960A
Complementary color
Monochromatic Colors of #D9960A
Black with #D9960A
Text Example
Text Example
White with #D9960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9960A; }
p { color: rgb(217,150,10); }
H1.HeaderClassName
{
color: #D9960A;
}
.AnyTagClassName
{
color: #D9960A;
}
</style>
background-color css
<style>
a { background-color: #D9960A; }
a { background-color: rgb(217,150,10); }
div.DivClassName
{
background-color: #D9960A;
}
.BgClassName
{
background-color: #D9960A;
}
</style>
border-color css
<style>
span { border-color: #D9960A; }
span { border-color: rgb(217,150,10); }
td.TdClassName
{
border-color: #D9960A;
}
.TagClassName
{
border-color: #D9960A;
}
</style>