Shades of Gamboge #D39501
Tints of Gamboge #D39501
RGB
CMYK
RGB Variations
Color information
#D39501 (or 0xD39501) is known color: Gamboge. HEX triplet: D3, 95 and 01. RGB value is (211,149,1). Sum of RGB (Red+Green+Blue) = 211+149+1=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D39501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39501 is #2C6AFE. Grayscale: #979797. Windows color (decimal): -2910975 or 103891. OLE color: 103891.
HSL color Cylindrical-coordinate representation of color #D39501: hue angle of 42.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D39501 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.17 |
| HSL | 42.29º | 0.99% | 0.42% | - |
| HSV(B) | 42.29º | 1% | 0.83% | - |
| XYZ | 37.62 | 35.35 | 4.87 | - |
| YUV | 150.67 | 43.54 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 1 | 0 | 0.29 | 1.00 | 0.17 | 42.29 | 0.99 | 0.42 |
| Hex | D3 | 95 | 1 | 0 | 1D | 64 | 11 | 2A | 63 | 2A |
| Octal | 323 | 225 | 1 | 0 | 35 | 144 | 21 | 52 | 143 | 52 |
| Binary | 11010011 | 10010101 | 1 | 0 | 11101 | 1100100 | 10001 | 101010 | 1100011 | 101010 |
Color Harmonies of #D39501
Complementary color
Monochromatic Colors of #D39501
Black with #D39501
Text Example
Text Example
White with #D39501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39501; }
p { color: rgb(211,149,1); }
H1.HeaderClassName
{
color: #D39501;
}
.AnyTagClassName
{
color: #D39501;
}
</style>
background-color css
<style>
a { background-color: #D39501; }
a { background-color: rgb(211,149,1); }
div.DivClassName
{
background-color: #D39501;
}
.BgClassName
{
background-color: #D39501;
}
</style>
border-color css
<style>
span { border-color: #D39501; }
span { border-color: rgb(211,149,1); }
td.TdClassName
{
border-color: #D39501;
}
.TagClassName
{
border-color: #D39501;
}
</style>