Shades of Gamboge #D39103
Tints of Gamboge #D39103
RGB
CMYK
RGB Variations
Color information
#D39103 (or 0xD39103) is known color: Gamboge. HEX triplet: D3, 91 and 03. RGB value is (211,145,3). Sum of RGB (Red+Green+Blue) = 211+145+3=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D39103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39103 is #2C6EFC. Grayscale: #959595. Windows color (decimal): -2911997 or 233939. OLE color: 233939.
HSL color Cylindrical-coordinate representation of color #D39103: hue angle of 40.96º 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 #D39103 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.17 |
| HSL | 40.96º | 0.97% | 0.42% | - |
| HSV(B) | 40.96º | 0.99% | 0.83% | - |
| XYZ | 37.01 | 34.11 | 4.72 | - |
| YUV | 148.55 | 45.87 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 3 | 0 | 0.31 | 0.99 | 0.17 | 40.96 | 0.97 | 0.42 |
| Hex | D3 | 91 | 3 | 0 | 1F | 63 | 11 | 29 | 61 | 2A |
| Octal | 323 | 221 | 3 | 0 | 37 | 143 | 21 | 51 | 141 | 52 |
| Binary | 11010011 | 10010001 | 11 | 0 | 11111 | 1100011 | 10001 | 101001 | 1100001 | 101010 |
Color Harmonies of #D39103
Complementary color
Monochromatic Colors of #D39103
Black with #D39103
Text Example
Text Example
White with #D39103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39103; }
p { color: rgb(211,145,3); }
H1.HeaderClassName
{
color: #D39103;
}
.AnyTagClassName
{
color: #D39103;
}
</style>
background-color css
<style>
a { background-color: #D39103; }
a { background-color: rgb(211,145,3); }
div.DivClassName
{
background-color: #D39103;
}
.BgClassName
{
background-color: #D39103;
}
</style>
border-color css
<style>
span { border-color: #D39103; }
span { border-color: rgb(211,145,3); }
td.TdClassName
{
border-color: #D39103;
}
.TagClassName
{
border-color: #D39103;
}
</style>