Shades of Gamboge #D3940E
Tints of Gamboge #D3940E
RGB
CMYK
RGB Variations
Color information
#D3940E (or 0xD3940E) is known color: Gamboge. HEX triplet: D3, 94 and 0E. RGB value is (211,148,14). Sum of RGB (Red+Green+Blue) = 211+148+14=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3940E is #2C6BF1. Grayscale: #989898. Windows color (decimal): -2911218 or 955603. OLE color: 955603.
HSL color Cylindrical-coordinate representation of color #D3940E: hue angle of 40.81º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3940E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 14 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.17 |
| HSL | 40.81º | 0.88% | 0.44% | - |
| HSV(B) | 40.81º | 0.93% | 0.83% | - |
| XYZ | 37.53 | 35.06 | 5.2 | - |
| YUV | 151.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 14 | 0 | 0.30 | 0.93 | 0.17 | 40.81 | 0.88 | 0.44 |
| Hex | D3 | 94 | E | 0 | 1E | 5D | 11 | 29 | 58 | 2C |
| Octal | 323 | 224 | 16 | 0 | 36 | 135 | 21 | 51 | 130 | 54 |
| Binary | 11010011 | 10010100 | 1110 | 0 | 11110 | 1011101 | 10001 | 101001 | 1011000 | 101100 |
Color Harmonies of #D3940E
Complementary color
Monochromatic Colors of #D3940E
Black with #D3940E
Text Example
Text Example
White with #D3940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3940E; }
p { color: rgb(211,148,14); }
H1.HeaderClassName
{
color: #D3940E;
}
.AnyTagClassName
{
color: #D3940E;
}
</style>
background-color css
<style>
a { background-color: #D3940E; }
a { background-color: rgb(211,148,14); }
div.DivClassName
{
background-color: #D3940E;
}
.BgClassName
{
background-color: #D3940E;
}
</style>
border-color css
<style>
span { border-color: #D3940E; }
span { border-color: rgb(211,148,14); }
td.TdClassName
{
border-color: #D3940E;
}
.TagClassName
{
border-color: #D3940E;
}
</style>