Shades of Gamboge #D39202
Tints of Gamboge #D39202
RGB
CMYK
RGB Variations
Color information
#D39202 (or 0xD39202) is known color: Gamboge. HEX triplet: D3, 92 and 02. RGB value is (211,146,2). Sum of RGB (Red+Green+Blue) = 211+146+2=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D39202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39202 is #2C6DFD. Grayscale: #959595. Windows color (decimal): -2911742 or 168659. OLE color: 168659.
HSL color Cylindrical-coordinate representation of color #D39202: hue angle of 41.34º 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 #D39202 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.17 |
| HSL | 41.34º | 0.98% | 0.42% | - |
| HSV(B) | 41.34º | 0.99% | 0.83% | - |
| XYZ | 37.15 | 34.41 | 4.74 | - |
| YUV | 149.02 | 45.03 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 2 | 0 | 0.31 | 0.99 | 0.17 | 41.34 | 0.98 | 0.42 |
| Hex | D3 | 92 | 2 | 0 | 1F | 63 | 11 | 29 | 62 | 2A |
| Octal | 323 | 222 | 2 | 0 | 37 | 143 | 21 | 51 | 142 | 52 |
| Binary | 11010011 | 10010010 | 10 | 0 | 11111 | 1100011 | 10001 | 101001 | 1100010 | 101010 |
Color Harmonies of #D39202
Complementary color
Monochromatic Colors of #D39202
Black with #D39202
Text Example
Text Example
White with #D39202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39202; }
p { color: rgb(211,146,2); }
H1.HeaderClassName
{
color: #D39202;
}
.AnyTagClassName
{
color: #D39202;
}
</style>
background-color css
<style>
a { background-color: #D39202; }
a { background-color: rgb(211,146,2); }
div.DivClassName
{
background-color: #D39202;
}
.BgClassName
{
background-color: #D39202;
}
</style>
border-color css
<style>
span { border-color: #D39202; }
span { border-color: rgb(211,146,2); }
td.TdClassName
{
border-color: #D39202;
}
.TagClassName
{
border-color: #D39202;
}
</style>