Shades of Gamboge #D3960A
Tints of Gamboge #D3960A
RGB
CMYK
RGB Variations
Color information
#D3960A (or 0xD3960A) is known color: Gamboge. HEX triplet: D3, 96 and 0A. RGB value is (211,150,10). Sum of RGB (Red+Green+Blue) = 211+150+10=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3960A is #2C69F5. Grayscale: #989898. Windows color (decimal): -2910710 or 693971. OLE color: 693971.
HSL color Cylindrical-coordinate representation of color #D3960A: hue angle of 41.79º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3960A is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 10 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.17 |
| HSL | 41.79º | 0.91% | 0.43% | - |
| HSV(B) | 41.79º | 0.95% | 0.83% | - |
| XYZ | 37.83 | 35.68 | 5.18 | - |
| YUV | 152.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 10 | 0 | 0.29 | 0.95 | 0.17 | 41.79 | 0.91 | 0.43 |
| Hex | D3 | 96 | A | 0 | 1D | 5F | 11 | 2A | 5B | 2B |
| Octal | 323 | 226 | 12 | 0 | 35 | 137 | 21 | 52 | 133 | 53 |
| Binary | 11010011 | 10010110 | 1010 | 0 | 11101 | 1011111 | 10001 | 101010 | 1011011 | 101011 |
Color Harmonies of #D3960A
Complementary color
Monochromatic Colors of #D3960A
Black with #D3960A
Text Example
Text Example
White with #D3960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3960A; }
p { color: rgb(211,150,10); }
H1.HeaderClassName
{
color: #D3960A;
}
.AnyTagClassName
{
color: #D3960A;
}
</style>
background-color css
<style>
a { background-color: #D3960A; }
a { background-color: rgb(211,150,10); }
div.DivClassName
{
background-color: #D3960A;
}
.BgClassName
{
background-color: #D3960A;
}
</style>
border-color css
<style>
span { border-color: #D3960A; }
span { border-color: rgb(211,150,10); }
td.TdClassName
{
border-color: #D3960A;
}
.TagClassName
{
border-color: #D3960A;
}
</style>