Shades of Gamboge #D3980C
Tints of Gamboge #D3980C
RGB
CMYK
RGB Variations
Color information
#D3980C (or 0xD3980C) is known color: Gamboge. HEX triplet: D3, 98 and 0C. RGB value is (211,152,12). Sum of RGB (Red+Green+Blue) = 211+152+12=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3980C is #2C67F3. Grayscale: #9A9A9A. Windows color (decimal): -2910196 or 825555. OLE color: 825555.
HSL color Cylindrical-coordinate representation of color #D3980C: hue angle of 42.21º degrees, saturation: 0.89, 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 #D3980C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.17 |
| HSL | 42.21º | 0.89% | 0.44% | - |
| HSV(B) | 42.21º | 0.94% | 0.83% | - |
| XYZ | 38.16 | 36.33 | 5.35 | - |
| YUV | 153.68 | 48.05 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 12 | 0 | 0.28 | 0.94 | 0.17 | 42.21 | 0.89 | 0.44 |
| Hex | D3 | 98 | C | 0 | 1C | 5E | 11 | 2A | 59 | 2C |
| Octal | 323 | 230 | 14 | 0 | 34 | 136 | 21 | 52 | 131 | 54 |
| Binary | 11010011 | 10011000 | 1100 | 0 | 11100 | 1011110 | 10001 | 101010 | 1011001 | 101100 |
Color Harmonies of #D3980C
Complementary color
Monochromatic Colors of #D3980C
Black with #D3980C
Text Example
Text Example
White with #D3980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3980C; }
p { color: rgb(211,152,12); }
H1.HeaderClassName
{
color: #D3980C;
}
.AnyTagClassName
{
color: #D3980C;
}
</style>
background-color css
<style>
a { background-color: #D3980C; }
a { background-color: rgb(211,152,12); }
div.DivClassName
{
background-color: #D3980C;
}
.BgClassName
{
background-color: #D3980C;
}
</style>
border-color css
<style>
span { border-color: #D3980C; }
span { border-color: rgb(211,152,12); }
td.TdClassName
{
border-color: #D3980C;
}
.TagClassName
{
border-color: #D3980C;
}
</style>