Shades of Gamboge #D39903
Tints of Gamboge #D39903
RGB
CMYK
RGB Variations
Color information
#D39903 (or 0xD39903) is known color: Gamboge. HEX triplet: D3, 99 and 03. RGB value is (211,153,3). Sum of RGB (Red+Green+Blue) = 211+153+3=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D39903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39903 is #2C66FC. Grayscale: #999999. Windows color (decimal): -2909949 or 235987. OLE color: 235987.
HSL color Cylindrical-coordinate representation of color #D39903: hue angle of 43.27º degrees, saturation: 0.97, 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 #D39903 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.17 |
| HSL | 43.27º | 0.97% | 0.42% | - |
| HSV(B) | 43.27º | 0.99% | 0.83% | - |
| XYZ | 38.27 | 36.64 | 5.14 | - |
| YUV | 153.24 | 43.22 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 3 | 0 | 0.27 | 0.99 | 0.17 | 43.27 | 0.97 | 0.42 |
| Hex | D3 | 99 | 3 | 0 | 1B | 63 | 11 | 2B | 61 | 2A |
| Octal | 323 | 231 | 3 | 0 | 33 | 143 | 21 | 53 | 141 | 52 |
| Binary | 11010011 | 10011001 | 11 | 0 | 11011 | 1100011 | 10001 | 101011 | 1100001 | 101010 |
Color Harmonies of #D39903
Complementary color
Monochromatic Colors of #D39903
Black with #D39903
Text Example
Text Example
White with #D39903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39903; }
p { color: rgb(211,153,3); }
H1.HeaderClassName
{
color: #D39903;
}
.AnyTagClassName
{
color: #D39903;
}
</style>
background-color css
<style>
a { background-color: #D39903; }
a { background-color: rgb(211,153,3); }
div.DivClassName
{
background-color: #D39903;
}
.BgClassName
{
background-color: #D39903;
}
</style>
border-color css
<style>
span { border-color: #D39903; }
span { border-color: rgb(211,153,3); }
td.TdClassName
{
border-color: #D39903;
}
.TagClassName
{
border-color: #D39903;
}
</style>