Shades of Gamboge #D39402
Tints of Gamboge #D39402
RGB
CMYK
RGB Variations
Color information
#D39402 (or 0xD39402) is known color: Gamboge. HEX triplet: D3, 94 and 02. RGB value is (211,148,2). Sum of RGB (Red+Green+Blue) = 211+148+2=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D39402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39402 is #2C6BFD. Grayscale: #969696. Windows color (decimal): -2911230 or 169171. OLE color: 169171.
HSL color Cylindrical-coordinate representation of color #D39402: hue angle of 41.91º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D39402 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.17 |
| HSL | 41.91º | 0.98% | 0.42% | - |
| HSV(B) | 41.91º | 0.99% | 0.83% | - |
| XYZ | 37.46 | 35.03 | 4.84 | - |
| YUV | 150.19 | 44.37 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 2 | 0 | 0.30 | 0.99 | 0.17 | 41.91 | 0.98 | 0.42 |
| Hex | D3 | 94 | 2 | 0 | 1E | 63 | 11 | 2A | 62 | 2A |
| Octal | 323 | 224 | 2 | 0 | 36 | 143 | 21 | 52 | 142 | 52 |
| Binary | 11010011 | 10010100 | 10 | 0 | 11110 | 1100011 | 10001 | 101010 | 1100010 | 101010 |
Color Harmonies of #D39402
Complementary color
Monochromatic Colors of #D39402
Black with #D39402
Text Example
Text Example
White with #D39402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39402; }
p { color: rgb(211,148,2); }
H1.HeaderClassName
{
color: #D39402;
}
.AnyTagClassName
{
color: #D39402;
}
</style>
background-color css
<style>
a { background-color: #D39402; }
a { background-color: rgb(211,148,2); }
div.DivClassName
{
background-color: #D39402;
}
.BgClassName
{
background-color: #D39402;
}
</style>
border-color css
<style>
span { border-color: #D39402; }
span { border-color: rgb(211,148,2); }
td.TdClassName
{
border-color: #D39402;
}
.TagClassName
{
border-color: #D39402;
}
</style>