Shades of Gamboge #D39505
Tints of Gamboge #D39505
RGB
CMYK
RGB Variations
Color information
#D39505 (or 0xD39505) is known color: Gamboge. HEX triplet: D3, 95 and 05. RGB value is (211,149,5). Sum of RGB (Red+Green+Blue) = 211+149+5=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D39505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39505 is #2C6AFA. Grayscale: #979797. Windows color (decimal): -2910971 or 366035. OLE color: 366035.
HSL color Cylindrical-coordinate representation of color #D39505: hue angle of 41.94º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D39505 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.17 |
| HSL | 41.94º | 0.95% | 0.42% | - |
| HSV(B) | 41.94º | 0.98% | 0.83% | - |
| XYZ | 37.64 | 35.35 | 4.98 | - |
| YUV | 151.12 | 45.54 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 5 | 0 | 0.29 | 0.98 | 0.17 | 41.94 | 0.95 | 0.42 |
| Hex | D3 | 95 | 5 | 0 | 1D | 62 | 11 | 2A | 5F | 2A |
| Octal | 323 | 225 | 5 | 0 | 35 | 142 | 21 | 52 | 137 | 52 |
| Binary | 11010011 | 10010101 | 101 | 0 | 11101 | 1100010 | 10001 | 101010 | 1011111 | 101010 |
Color Harmonies of #D39505
Complementary color
Monochromatic Colors of #D39505
Black with #D39505
Text Example
Text Example
White with #D39505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39505; }
p { color: rgb(211,149,5); }
H1.HeaderClassName
{
color: #D39505;
}
.AnyTagClassName
{
color: #D39505;
}
</style>
background-color css
<style>
a { background-color: #D39505; }
a { background-color: rgb(211,149,5); }
div.DivClassName
{
background-color: #D39505;
}
.BgClassName
{
background-color: #D39505;
}
</style>
border-color css
<style>
span { border-color: #D39505; }
span { border-color: rgb(211,149,5); }
td.TdClassName
{
border-color: #D39505;
}
.TagClassName
{
border-color: #D39505;
}
</style>