Shades of Gamboge #D3950C
Tints of Gamboge #D3950C
RGB
CMYK
RGB Variations
Color information
#D3950C (or 0xD3950C) is known color: Gamboge. HEX triplet: D3, 95 and 0C. RGB value is (211,149,12). Sum of RGB (Red+Green+Blue) = 211+149+12=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3950C is #2C6AF3. Grayscale: #989898. Windows color (decimal): -2910964 or 824787. OLE color: 824787.
HSL color Cylindrical-coordinate representation of color #D3950C: hue angle of 41.31º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3950C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 12 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.17 |
| HSL | 41.31º | 0.89% | 0.44% | - |
| HSV(B) | 41.31º | 0.94% | 0.83% | - |
| XYZ | 37.68 | 35.37 | 5.19 | - |
| YUV | 151.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 12 | 0 | 0.29 | 0.94 | 0.17 | 41.31 | 0.89 | 0.44 |
| Hex | D3 | 95 | C | 0 | 1D | 5E | 11 | 29 | 59 | 2C |
| Octal | 323 | 225 | 14 | 0 | 35 | 136 | 21 | 51 | 131 | 54 |
| Binary | 11010011 | 10010101 | 1100 | 0 | 11101 | 1011110 | 10001 | 101001 | 1011001 | 101100 |
Color Harmonies of #D3950C
Complementary color
Monochromatic Colors of #D3950C
Black with #D3950C
Text Example
Text Example
White with #D3950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3950C; }
p { color: rgb(211,149,12); }
H1.HeaderClassName
{
color: #D3950C;
}
.AnyTagClassName
{
color: #D3950C;
}
</style>
background-color css
<style>
a { background-color: #D3950C; }
a { background-color: rgb(211,149,12); }
div.DivClassName
{
background-color: #D3950C;
}
.BgClassName
{
background-color: #D3950C;
}
</style>
border-color css
<style>
span { border-color: #D3950C; }
span { border-color: rgb(211,149,12); }
td.TdClassName
{
border-color: #D3950C;
}
.TagClassName
{
border-color: #D3950C;
}
</style>