Shades of Gamboge #D39405
Tints of Gamboge #D39405
RGB
CMYK
RGB Variations
Color information
#D39405 (or 0xD39405) is known color: Gamboge. HEX triplet: D3, 94 and 05. RGB value is (211,148,5). Sum of RGB (Red+Green+Blue) = 211+148+5=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D39405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39405 is #2C6BFA. Grayscale: #979797. Windows color (decimal): -2911227 or 365779. OLE color: 365779.
HSL color Cylindrical-coordinate representation of color #D39405: hue angle of 41.65º 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 #D39405 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.17 |
| HSL | 41.65º | 0.95% | 0.42% | - |
| HSV(B) | 41.65º | 0.98% | 0.83% | - |
| XYZ | 37.48 | 35.04 | 4.93 | - |
| YUV | 150.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 5 | 0 | 0.30 | 0.98 | 0.17 | 41.65 | 0.95 | 0.42 |
| Hex | D3 | 94 | 5 | 0 | 1E | 62 | 11 | 2A | 5F | 2A |
| Octal | 323 | 224 | 5 | 0 | 36 | 142 | 21 | 52 | 137 | 52 |
| Binary | 11010011 | 10010100 | 101 | 0 | 11110 | 1100010 | 10001 | 101010 | 1011111 | 101010 |
Color Harmonies of #D39405
Complementary color
Monochromatic Colors of #D39405
Black with #D39405
Text Example
Text Example
White with #D39405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39405; }
p { color: rgb(211,148,5); }
H1.HeaderClassName
{
color: #D39405;
}
.AnyTagClassName
{
color: #D39405;
}
</style>
background-color css
<style>
a { background-color: #D39405; }
a { background-color: rgb(211,148,5); }
div.DivClassName
{
background-color: #D39405;
}
.BgClassName
{
background-color: #D39405;
}
</style>
border-color css
<style>
span { border-color: #D39405; }
span { border-color: rgb(211,148,5); }
td.TdClassName
{
border-color: #D39405;
}
.TagClassName
{
border-color: #D39405;
}
</style>