Shades of Gamboge #D38D11
Tints of Gamboge #D38D11
RGB
CMYK
RGB Variations
Color information
#D38D11 (or 0xD38D11) is known color: Gamboge. HEX triplet: D3, 8D and 11. RGB value is (211,141,17). Sum of RGB (Red+Green+Blue) = 211+141+17=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38D11 is #2C72EE. Grayscale: #949494. Windows color (decimal): -2913007 or 1150419. OLE color: 1150419.
HSL color Cylindrical-coordinate representation of color #D38D11: hue angle of 38.35º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D38D11 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 17 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.17 |
| HSL | 38.35º | 0.85% | 0.45% | - |
| HSV(B) | 38.35º | 0.92% | 0.83% | - |
| XYZ | 36.49 | 32.94 | 4.96 | - |
| YUV | 147.79 | 54.19 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 17 | 0 | 0.33 | 0.92 | 0.17 | 38.35 | 0.85 | 0.45 |
| Hex | D3 | 8D | 11 | 0 | 21 | 5C | 11 | 26 | 55 | 2D |
| Octal | 323 | 215 | 21 | 0 | 41 | 134 | 21 | 46 | 125 | 55 |
| Binary | 11010011 | 10001101 | 10001 | 0 | 100001 | 1011100 | 10001 | 100110 | 1010101 | 101101 |
Color Harmonies of #D38D11
Complementary color
Monochromatic Colors of #D38D11
Black with #D38D11
Text Example
Text Example
White with #D38D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D11; }
p { color: rgb(211,141,17); }
H1.HeaderClassName
{
color: #D38D11;
}
.AnyTagClassName
{
color: #D38D11;
}
</style>
background-color css
<style>
a { background-color: #D38D11; }
a { background-color: rgb(211,141,17); }
div.DivClassName
{
background-color: #D38D11;
}
.BgClassName
{
background-color: #D38D11;
}
</style>
border-color css
<style>
span { border-color: #D38D11; }
span { border-color: rgb(211,141,17); }
td.TdClassName
{
border-color: #D38D11;
}
.TagClassName
{
border-color: #D38D11;
}
</style>