Shades of Gamboge #D3990D
Tints of Gamboge #D3990D
RGB
CMYK
RGB Variations
Color information
#D3990D (or 0xD3990D) is known color: Gamboge. HEX triplet: D3, 99 and 0D. RGB value is (211,153,13). Sum of RGB (Red+Green+Blue) = 211+153+13=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D3990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3990D is #2C66F2. Grayscale: #9B9B9B. Windows color (decimal): -2909939 or 891347. OLE color: 891347.
HSL color Cylindrical-coordinate representation of color #D3990D: hue angle of 42.42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3990D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.17 |
| HSL | 42.42º | 0.88% | 0.44% | - |
| HSV(B) | 42.42º | 0.94% | 0.83% | - |
| XYZ | 38.33 | 36.66 | 5.44 | - |
| YUV | 154.38 | 48.22 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 13 | 0 | 0.27 | 0.94 | 0.17 | 42.42 | 0.88 | 0.44 |
| Hex | D3 | 99 | D | 0 | 1B | 5E | 11 | 2A | 58 | 2C |
| Octal | 323 | 231 | 15 | 0 | 33 | 136 | 21 | 52 | 130 | 54 |
| Binary | 11010011 | 10011001 | 1101 | 0 | 11011 | 1011110 | 10001 | 101010 | 1011000 | 101100 |
Color Harmonies of #D3990D
Complementary color
Monochromatic Colors of #D3990D
Black with #D3990D
Text Example
Text Example
White with #D3990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3990D; }
p { color: rgb(211,153,13); }
H1.HeaderClassName
{
color: #D3990D;
}
.AnyTagClassName
{
color: #D3990D;
}
</style>
background-color css
<style>
a { background-color: #D3990D; }
a { background-color: rgb(211,153,13); }
div.DivClassName
{
background-color: #D3990D;
}
.BgClassName
{
background-color: #D3990D;
}
</style>
border-color css
<style>
span { border-color: #D3990D; }
span { border-color: rgb(211,153,13); }
td.TdClassName
{
border-color: #D3990D;
}
.TagClassName
{
border-color: #D3990D;
}
</style>