Shades of Gamboge #D38D13
Tints of Gamboge #D38D13
RGB
CMYK
RGB Variations
Color information
#D38D13 (or 0xD38D13) is known color: Gamboge. HEX triplet: D3, 8D and 13. RGB value is (211,141,19). Sum of RGB (Red+Green+Blue) = 211+141+19=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38D13 is #2C72EC. Grayscale: #949494. Windows color (decimal): -2913005 or 1281491. OLE color: 1281491.
HSL color Cylindrical-coordinate representation of color #D38D13: hue angle of 38.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D38D13 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.17 |
| HSL | 38.13º | 0.83% | 0.45% | - |
| HSV(B) | 38.13º | 0.91% | 0.83% | - |
| XYZ | 36.51 | 32.95 | 5.05 | - |
| YUV | 148.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 19 | 0 | 0.33 | 0.91 | 0.17 | 38.13 | 0.83 | 0.45 |
| Hex | D3 | 8D | 13 | 0 | 21 | 5B | 11 | 26 | 53 | 2D |
| Octal | 323 | 215 | 23 | 0 | 41 | 133 | 21 | 46 | 123 | 55 |
| Binary | 11010011 | 10001101 | 10011 | 0 | 100001 | 1011011 | 10001 | 100110 | 1010011 | 101101 |
Color Harmonies of #D38D13
Complementary color
Monochromatic Colors of #D38D13
Black with #D38D13
Text Example
Text Example
White with #D38D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D13; }
p { color: rgb(211,141,19); }
H1.HeaderClassName
{
color: #D38D13;
}
.AnyTagClassName
{
color: #D38D13;
}
</style>
background-color css
<style>
a { background-color: #D38D13; }
a { background-color: rgb(211,141,19); }
div.DivClassName
{
background-color: #D38D13;
}
.BgClassName
{
background-color: #D38D13;
}
</style>
border-color css
<style>
span { border-color: #D38D13; }
span { border-color: rgb(211,141,19); }
td.TdClassName
{
border-color: #D38D13;
}
.TagClassName
{
border-color: #D38D13;
}
</style>