Shades of Gamboge #D38D07
Tints of Gamboge #D38D07
RGB
CMYK
RGB Variations
Color information
#D38D07 (or 0xD38D07) is known color: Gamboge. HEX triplet: D3, 8D and 07. RGB value is (211,141,7). Sum of RGB (Red+Green+Blue) = 211+141+7=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38D07 is #2C72F8. Grayscale: #939393. Windows color (decimal): -2913017 or 495059. OLE color: 495059.
HSL color Cylindrical-coordinate representation of color #D38D07: hue angle of 39.41º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D38D07 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.17 |
| HSL | 39.41º | 0.94% | 0.43% | - |
| HSV(B) | 39.41º | 0.97% | 0.83% | - |
| XYZ | 36.43 | 32.91 | 4.63 | - |
| YUV | 146.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 7 | 0 | 0.33 | 0.97 | 0.17 | 39.41 | 0.94 | 0.43 |
| Hex | D3 | 8D | 7 | 0 | 21 | 61 | 11 | 27 | 5E | 2B |
| Octal | 323 | 215 | 7 | 0 | 41 | 141 | 21 | 47 | 136 | 53 |
| Binary | 11010011 | 10001101 | 111 | 0 | 100001 | 1100001 | 10001 | 100111 | 1011110 | 101011 |
Color Harmonies of #D38D07
Complementary color
Monochromatic Colors of #D38D07
Black with #D38D07
Text Example
Text Example
White with #D38D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D07; }
p { color: rgb(211,141,7); }
H1.HeaderClassName
{
color: #D38D07;
}
.AnyTagClassName
{
color: #D38D07;
}
</style>
background-color css
<style>
a { background-color: #D38D07; }
a { background-color: rgb(211,141,7); }
div.DivClassName
{
background-color: #D38D07;
}
.BgClassName
{
background-color: #D38D07;
}
</style>
border-color css
<style>
span { border-color: #D38D07; }
span { border-color: rgb(211,141,7); }
td.TdClassName
{
border-color: #D38D07;
}
.TagClassName
{
border-color: #D38D07;
}
</style>