Shades of Gamboge #D39802
Tints of Gamboge #D39802
RGB
CMYK
RGB Variations
Color information
#D39802 (or 0xD39802) is known color: Gamboge. HEX triplet: D3, 98 and 02. RGB value is (211,152,2). Sum of RGB (Red+Green+Blue) = 211+152+2=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D39802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39802 is #2C67FD. Grayscale: #999999. Windows color (decimal): -2910206 or 170195. OLE color: 170195.
HSL color Cylindrical-coordinate representation of color #D39802: hue angle of 43.06º 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 #D39802 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.17 |
| HSL | 43.06º | 0.98% | 0.42% | - |
| HSV(B) | 43.06º | 0.99% | 0.83% | - |
| XYZ | 38.1 | 36.31 | 5.06 | - |
| YUV | 152.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 2 | 0 | 0.28 | 0.99 | 0.17 | 43.06 | 0.98 | 0.42 |
| Hex | D3 | 98 | 2 | 0 | 1C | 63 | 11 | 2B | 62 | 2A |
| Octal | 323 | 230 | 2 | 0 | 34 | 143 | 21 | 53 | 142 | 52 |
| Binary | 11010011 | 10011000 | 10 | 0 | 11100 | 1100011 | 10001 | 101011 | 1100010 | 101010 |
Color Harmonies of #D39802
Complementary color
Monochromatic Colors of #D39802
Black with #D39802
Text Example
Text Example
White with #D39802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39802; }
p { color: rgb(211,152,2); }
H1.HeaderClassName
{
color: #D39802;
}
.AnyTagClassName
{
color: #D39802;
}
</style>
background-color css
<style>
a { background-color: #D39802; }
a { background-color: rgb(211,152,2); }
div.DivClassName
{
background-color: #D39802;
}
.BgClassName
{
background-color: #D39802;
}
</style>
border-color css
<style>
span { border-color: #D39802; }
span { border-color: rgb(211,152,2); }
td.TdClassName
{
border-color: #D39802;
}
.TagClassName
{
border-color: #D39802;
}
</style>