Shades of Gamboge #D39615
Tints of Gamboge #D39615
RGB
CMYK
RGB Variations
Color information
#D39615 (or 0xD39615) is known color: Gamboge. HEX triplet: D3, 96 and 15. RGB value is (211,150,21). Sum of RGB (Red+Green+Blue) = 211+150+21=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D39615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39615 is #2C69EA. Grayscale: #9A9A9A. Windows color (decimal): -2910699 or 1414867. OLE color: 1414867.
HSL color Cylindrical-coordinate representation of color #D39615: hue angle of 40.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D39615 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 21 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.17 |
| HSL | 40.74º | 0.82% | 0.45% | - |
| HSV(B) | 40.74º | 0.9% | 0.83% | - |
| XYZ | 37.91 | 35.72 | 5.61 | - |
| YUV | 153.53 | 53.21 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 21 | 0 | 0.29 | 0.90 | 0.17 | 40.74 | 0.82 | 0.45 |
| Hex | D3 | 96 | 15 | 0 | 1D | 5A | 11 | 29 | 52 | 2D |
| Octal | 323 | 226 | 25 | 0 | 35 | 132 | 21 | 51 | 122 | 55 |
| Binary | 11010011 | 10010110 | 10101 | 0 | 11101 | 1011010 | 10001 | 101001 | 1010010 | 101101 |
Color Harmonies of #D39615
Complementary color
Monochromatic Colors of #D39615
Black with #D39615
Text Example
Text Example
White with #D39615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39615; }
p { color: rgb(211,150,21); }
H1.HeaderClassName
{
color: #D39615;
}
.AnyTagClassName
{
color: #D39615;
}
</style>
background-color css
<style>
a { background-color: #D39615; }
a { background-color: rgb(211,150,21); }
div.DivClassName
{
background-color: #D39615;
}
.BgClassName
{
background-color: #D39615;
}
</style>
border-color css
<style>
span { border-color: #D39615; }
span { border-color: rgb(211,150,21); }
td.TdClassName
{
border-color: #D39615;
}
.TagClassName
{
border-color: #D39615;
}
</style>